scottbacca
Technical User
Hi,
I'll try to be brief but descriptive with my problem.
I have a login page with two textboxes, UserName and Password.
I need to pass the value entered in the UserName field to another page (menu.asp) which then passes the value onto yet another page (week1.asp or week2.asp)
On this second page (week1.asp or week2.asp) there is a form and when a user submits the information on this form, the UserName value is needed in an sql insert into statement. It is only needed at this point and no other.
how do i pass the username between the forms so i can use it later down the track. Is there such a thing as a global variable?? I'm using VBScript.
thanks
Scott
I'll try to be brief but descriptive with my problem.
I have a login page with two textboxes, UserName and Password.
I need to pass the value entered in the UserName field to another page (menu.asp) which then passes the value onto yet another page (week1.asp or week2.asp)
On this second page (week1.asp or week2.asp) there is a form and when a user submits the information on this form, the UserName value is needed in an sql insert into statement. It is only needed at this point and no other.
how do i pass the username between the forms so i can use it later down the track. Is there such a thing as a global variable?? I'm using VBScript.
thanks
Scott