When I use the following syntex it passes the values objusername and objchronid to selectschool.asp.
<a href="SelectSchool.asp?username=<% Response.Write objusername %>&chronID=<% Response.Write objChronID %>">Enter</a>
Is there a way to pass those same values to selectschool.asp with the below command? What is the syntex?
Server.Transfer "SelectSchool.asp"
Thank you,
Josh
<a href="SelectSchool.asp?username=<% Response.Write objusername %>&chronID=<% Response.Write objChronID %>">Enter</a>
Is there a way to pass those same values to selectschool.asp with the below command? What is the syntex?
Server.Transfer "SelectSchool.asp"
Thank you,
Josh