Forums
This topic is locked
pass text paramter to next page?
Posted 15 Oct 2001 22:39:49
1
has voted
15 Oct 2001 22:39:49 bkripper brian posted:
I am wanting to pass the users login information from a text box to a textbox on the next page.Session variable, request variable? HELP!!
thank you!!!
Replies
Replied 02 Jan 2002 21:15:45
02 Jan 2002 21:15:45 Tolu Ayoola replied:
from a text box to a textbox? what do you mean? don't understand.
based on what i understand, just set the value of the second textbox to
<% Request.Form("valueinfirstbox" %>
The initial fright of failure is the beginning of failure itself -Tolu
based on what i understand, just set the value of the second textbox to
<% Request.Form("valueinfirstbox" %>
The initial fright of failure is the beginning of failure itself -Tolu