Hi
I need a few global variables that i need in all .js files.
For eg. consider the following 4 files
1) global.js
2) js1.js
3) js2.js
4) js3.js
Is there a way that i can declare 3 global variables in global.js and access them in any of the other 3 .js files considering I load all the above 4 files into a html doc
Can someone please tell me if this is possible or is there a work around for the same.
Thanks in Advance
Kartik