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 ...
Hi all, Inside of a main page I have an iframe which is going to show different pages depending on certain conditions. In each of these pages I have global variables. Can I call these variables from the main page? If so, how can I do it? Please be clear with your answers, you are talking to such a newbie ;-) ...