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! Link to comment https://forums.phpfreaks.com/topic/37560-open-from-popup-in-iframe/ 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. Link to comment https://forums.phpfreaks.com/topic/37560-open-from-popup-in-iframe/#findComment-179655 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.