I have an scenario where in I have a page, which have <script> tag and some global javascript variables within that. I also have an iframe within that page and I want to have access of global javascript variables of the page in iframe.
Is it possible?, if yes, how can i do that?
Easily by calling parent.your_var_name in your iframe’s script.
One condition: both pages (main and iframe’s) have to be on the same domain.
main page:
iframe