function SomeFunction()
{
//changing global variable
a = 20;
//local variable
var b = 20;
}
In this case, the local and global variables both have page scope. Even if
you place these variables into files, they only exist as long as the page is
accessed.
thank you for making sure we're on the right page, i appreciate the help,
rod.
Ask a Question
Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.