Please help!!
I am trying to pass a variable from one page to another.
I have a variable that I received from server side vbscript that I used in client side javascript. I am trying to do a : location.href = "page.asp?tempVar=myVariable" in javasacript where myVariable is the variable that I am using to pass to the next page. I can't use "<form action=blah blah> and then reference it with request.queryString("myVariable" because I am doing something else with that.
I hope I explained that right.
Thanks in advance.
I am trying to pass a variable from one page to another.
I have a variable that I received from server side vbscript that I used in client side javascript. I am trying to do a : location.href = "page.asp?tempVar=myVariable" in javasacript where myVariable is the variable that I am using to pass to the next page. I can't use "<form action=blah blah> and then reference it with request.queryString("myVariable" because I am doing something else with that.
I hope I explained that right.
Thanks in advance.