The Request object retrieves the values that the client browser passed to the server during an HTTP request.
Request[.Collection](variable)
The values of fields stored in the client certificate that is sent in the HTTP request. | |
The values of cookies sent in the HTTP request. | |
The values of form elements in the HTTP request body. | |
The values of variables in the HTTP query string. | |
The values of predetermined environment variables. |
For more information about the variable parameter, see the individual collection descriptions.
If the specified variable is not in one of the preceding four collections, the Request object returns EMPTY.
All variables can be accessed directly by calling Request(variable) without the collection name. In this case, the Web server searches the collections in the following order.
1. QueryString
2. Form
3. Cookies
4. ClientCertificate
5. ServerVariables
If a variable with the same name exists in more than one collection, the Request object returns the first instance that the object encounters.
© Microsoft Corporation. All rights reserved.
file: /Techref/language/asp/OBJ/introbj_5.htm, 2KB, , updated: 1996/11/21 18:01, local time: 2024/11/8 19:43,
3.137.218.83:LOG IN ©2024 PLEASE DON'T RIP! THIS SITE CLOSES OCT 28, 2024 SO LONG AND THANKS FOR ALL THE FISH!
|
©2024 These pages are served without commercial sponsorship. (No popup ads, etc...).Bandwidth abuse increases hosting cost forcing sponsorship or shutdown. This server aggressively defends against automated copying for any reason including offline viewing, duplication, etc... Please respect this requirement and DO NOT RIP THIS SITE. Questions? <A HREF="http://ecomorder.com/techref/language/asp/OBJ/introbj_5.htm"> Request Object</A> |
Did you find what you needed? |
Welcome to ecomorder.com! |
Welcome to ecomorder.com! |
.