Hello
I have an HTML page which loads another page inside an IFrame.
Each of the two pages has its own javascript code.
I would like to be able to define one global variable which will be accessed from functions in both scripts.
The variable must be single. That means that if a script in one of the pages changes it, the change will be seen by the scripts in the other page.
Is that possible?
thanks in advance