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.
See also:
| file: /Techref/language/asp/obj/introbj_5.htm, 2KB, , updated: 1996/11/21 18:01, local time: 2012/2/9 19:06,
38.107.179.231:LOG IN |
| ©2012 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://www.piclist.com/techref/language/asp/obj/introbj_5.htm"> Request Object</A> |
| Did you find what you needed? |
|
Robotics nuts!Check out http://users.frii.com/dlc/robotics/projects/botproj.htm from Dennis Clark. This guy ROCKS! He has made (and sells but also releases code, docs, etc...) for a number of cool little robotic modules including whiskers, IR proximity detect and remote control, Sonar proximity detect, PWM, Servo, compass. Most of these use the little PIC 12C508 controller which costs basically nothing and is soooo tiny.The 4 servos, 2400 baud serial servo controller is a wonder of magic and he sells the programmed chip for $8. Wow! |
.