Variables | conditions | Page Hello, I'm Jackie Chan, nice to meet you again.
Last time in Chinaasp's forum, a friend asked how to transfer several variables from the first page to the third page (the second page provided only the steering function, that is, Response.Redirect (), and could not use the session, when I saw no way to think of the number, Now have a little thought, specially posted out to share with you
I'll just give you the second page code.
(where the first page is passed is the name of the form and the sex
The following methods are implemented:
<% name=request.form ("name")
Sex=request.form ("Sex")
Url= "Temp3.asp"
part1= "Name=" &server.urlencode (name)
Part2= "sex=" &server.urlencode (Sex)
Response.Redirect url& "?" &part1&part2
%>
Third page with Request.QueryString () you can receive the data you want!
Jackie chan
2001/7/20