Hi all,
I'm trying to pass a variable from one page to another and got stuck. When I get to the next page I can only get the name of the variable not the value of the variable. Any help with the following would be great.
function nextPage(myVar)
{
document.form.action = "NewPage.asp?Name=myVar";
document.form.submit()
}
I'm trying to pass a variable from one page to another and got stuck. When I get to the next page I can only get the name of the variable not the value of the variable. Any help with the following would be great.
function nextPage(myVar)
{
document.form.action = "NewPage.asp?Name=myVar";
document.form.submit()
}