stewati
Technical User
- Feb 5, 2009
- 1
I have a Flash application that is opening a new window via getURL.
getURL(" "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 returns an error that shows that the opener is undefined - e.g., the window that was opened is effectively an orphan - it doesn't know its parent.
Is this an issue with getURL or am I doing something wrong?
Any help would be appreciated.
getURL(" "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 returns an error that shows that the opener is undefined - e.g., the window that was opened is effectively an orphan - it doesn't know its parent.
Is this an issue with getURL or am I doing something wrong?
Any help would be appreciated.