Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

New Window from Flash Has No Parent

Status
Not open for further replies.

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.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top