Hi
I'm trying to pass a variable from one ASP to a second ASP file but don't exactly know how to do it.
For example, with the following code you assign id a value of 1 and then pass it on:
http://www.domain.com/page1.asp?id=1
But I don't know what the value of id would be as it will change everytime. So I receive id as a variable in the first page and want to pass it onto the second page as is.
How do I go about in doing that?
I'm trying to pass a variable from one ASP to a second ASP file but don't exactly know how to do it.
For example, with the following code you assign id a value of 1 and then pass it on:
http://www.domain.com/page1.asp?id=1
But I don't know what the value of id would be as it will change everytime. So I receive id as a variable in the first page and want to pass it onto the second page as is.
How do I go about in doing that?