Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Picking up an Initial Value from the URL

Status
Not open for further replies.

markvan

Technical User
Sep 12, 2001
37
AU
I am passing values to my page using "GET" method
adding ?username="whatever"? to the end of the URL.
How can I set the Initial Value of a field on my next page to the username in the URL?

I imagine I need to put something in the Initial Value box in the properties for that field.
What syntax should I use?
 
Found it myself
For GET Request.QueryString("username")
For POST Request.Form("username")
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top