Quantcast
Channel: Posts/rss
Viewing all articles
Browse latest Browse all 52

Comment from Shahzad

$
0
0
I am looking for a global variable that is inter-script accessible. Something like:
< script language="JavaScript">
   var interscriptVariable = 0;< /script>< script language="JavaScript">
//some other js file.
  function accessInterScriptVariable()
  {
      interscriptVariable = 1;
  }< /script>
However I haven't been able to do so... any knows how to do this or is it possible?

Viewing all articles
Browse latest Browse all 52

Trending Articles