If I have an iframe that loads a page from an external domain, and that external page has javascript code that accesses the Window Object, would that break the execution of that javascript? I mean would the script get executed as it would in a normal window, or would the iframe stop the execution.
Basically the external domain has a javascript code that sets a window property. So what would happen to it in an iframe?
Thanks in Advance