How to open a new page and pass parameters

evad4682

Well-known member
Joined
Nov 7, 2005
Messages
55
Programming Experience
Beginner
Hello all

I am trying to make a web app that has a sign in page and then upon successful login, redirects you to the next page. I have two questions about this. How do I handle opening the new page and how do I pass parameters to that new page?

Thanks in advance
 
Thanks again John. I am just going to use the query string to pass the parameters that I need.
 
Last edited:
Back
Top