|
23 ASP Objects Reference
This reference was designed to provide you with a quick reference of the available objects inside ASP. It is not meant as a replacement for any documentation provided from outside sources. For more information on ASP, we suggest looking at the resources in the Additional Resources Appendix.
23.1 The Response Object
The response object allows us to send data back to the client. It is through this object that we can fully customize the delivery of our pages.
23.2 The Request Object
The Request object allows our ASP pages to interact with the client. In this object, we have access to any data that would be passed to the active server page, either through a form object or through cookies.
23.3 The Server Object
23.4 The Session Object
23.5 The Application Object
|