mgilsbach
07-24-2003, 08:53 AM
Hello,
In ASP, I can pass a value to another page with a link like this:
a href="somepage.asp?x=0"
Then I could use the ASP Request object to retrieve the value of "x" and use it in my code on somepage.asp.
Is there any equivalent functionality in client side JS that would allow me to send a value from page one to page two and then use that value in the JS on page two?
Thanks in advance,
Mike
In ASP, I can pass a value to another page with a link like this:
a href="somepage.asp?x=0"
Then I could use the ASP Request object to retrieve the value of "x" and use it in my code on somepage.asp.
Is there any equivalent functionality in client side JS that would allow me to send a value from page one to page two and then use that value in the JS on page two?
Thanks in advance,
Mike