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?