image\cslogo3d1.gif

ASP Request Object Overview

The Request object is one of the five Chili!Soft ASP built-in objects. The Request object is used to get information from the user that is passed along in an HTTP request. Both the Request and Response objects support the following collections:

·              QueryString—gets text,

·              Form—gets data from an HTML form

·              Cookies—gets the value of application-defined cookie

·              ServerVariables—gets HTTP information, such as the server name

See also:

Using Chili!Soft ASP Built-in Objects in this chapter

ASP Request Object in "Chapter 5: ASP Built-in Objects Reference"

Copyright 2001 Sun Microsystems, Inc. All rights reserved. Legal Notice.