Where do I need to place a snippet of JavaScript code that initializes a variable that must be visible to all code executed with the page? (For example, event handlers ...
we have a website where we have list a lot of events, and would like to add discussions to each of the events.
So we wanted to use disqus, and checked it ...
When the user leaves the singup part of the page..the global is no longer needed.
How do I get rid of it..so it does not waste memory?
it is declared in the global ...
I have my web applicatoin initialize method run based upon the page that is loaded.
I need global variables available to only page 1 of 2. So what I want to ...
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, ...