[This is preliminary documentation and subject to change]
Web Interactivity using ASP
With ASP, you can easily create useful Web-based applications.
The following examples demonstrate some of the techniques used in
creating an interactive ASP application.
- User Form Input with POST: Illustrates techniques you can use to obtain form values
by using the Request.Form collection.
- HTTP Server Variables:
Demonstrates techniques you can use to access server variable
information from an ASP script.
- Using Cookies:
Illustrates how your script can set and read cookies by using the
Response.Cookies collection.
- Setting Expiration Information: Shows how you can set the expiration date for a
resource by using the Response.Expires and
Response.ExpiresAbsolute properties.
- Client-Side Scripting: Demonstrates simple tasks you can perform with a
combination of ASP and client-side scripting.
- Populating Fields:
Illustrates techniques you can use to populate form fields by using
ASP.
© 1997-2001 Microsoft Corporation. All rights reserved.