I have a Flash application that is opening a new window via getURL.
getURL("http://www.microsoft.com", "EMMWindow");
The new window has a link that triggers a javascript that attempts to redirect the parent window via
opener.location.href='x';
However, when that javascript is called, it...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.