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 gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

I know this question is probably answered.... 2

Status
Not open for further replies.

jtgurkin

Technical User
Sep 16, 2002
47
US
could someone please help me by either telling me how or pointing me to the correct place...I would like to know how to put variables into and retreive variables from an asp url.
 
If you are using Get in your form, variables will be passed in the URL, if you are using Post put the variables into hidden text boxes.
To retrieve when using Get - request.querystring("strname")
To retrieve when using Post- request.form("strname")

Tho just using request("strname") will work for both methods Saturday 12.00
im6.gif
im2.gif
im2.gif
20.00
im5.gif
im4.gif
im7.gif
3.00am
im8.gif
Sunday [img http
 

but remember to attach the field you want to pass with
?id=yourfield

then on the next page you as for everything were querystring=whateverpassed




[tt]
"The only ideas that will work for you are the ones you put to work."
[/tt]

banana.gif
rockband.gif
banana.gif

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top