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
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.