I have two asp pages Page1.asp and Page2.asp. On Page1.asp I have txtLastName. Is there a way to pass the value in of that text box to Page2.asp without using the Submit button, but rather by using a link?
Can anyone show me a quick example?
Printable View
I have two asp pages Page1.asp and Page2.asp. On Page1.asp I have txtLastName. Is there a way to pass the value in of that text box to Page2.asp without using the Submit button, but rather by using a link?
Can anyone show me a quick example?
www.deez.com/index.html?text=Hello
use request.querystring("text") to get "Hello"