Quantcast
Viewing latest article 9
Browse Latest Browse All 52

Comment from Shahzad

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 latest article 9
Browse Latest Browse All 52

Trending Articles