Passing Variable or Something to Iframe Parent PHP/JS/Html
Posted
by Belgin Fish
on Stack Overflow
See other posts from Stack Overflow
or by Belgin Fish
Published on 2010-04-24T13:10:17Z
Indexed on
2010/04/24
13:13 UTC
Read the original article
Hit count: 251
iframe
Alright, well this is the deal.
I have a page, and then it loads an iframe.
When anything inside the iframe is clicked, the main page (iframe parent) just reloads.
How can I have it, so that if the iframe parent is reloaded from a click inside the iframe that a certain boolean or something is passed, displaying something different.
Thanks
© Stack Overflow or respective owner