Jump to content

Open from popup in iframe


jaymc

Recommended Posts

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

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.