jaymc Posted February 8, 2007 Share Posted February 8, 2007 I have been using the following javascript call method to open a page in an IFRAME on a website from a PopUp opener.frames['audio'].location.href = '$link' So [POPUP FLOATING ON THE SCREEN] User clicks a link... [MAIN WEBSITE IN BROWSER WITH AN IFRAME CALLED SONGS] Webpage loaded once a user click the link from the popup That is working.. however, it only works if the popup was launched directly from a link on the same page as the iframe. Anything else wont work Is it possible to achieve what I want? Thanks in advance! Quote Link to comment Share on other sites More sharing options...
artacus Posted February 8, 2007 Share Posted February 8, 2007 Well how else would the popup get there? But I don't think there's any way to talk between windows if it's not the opener/openee. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.