ASP
Several examples illustrating various tasks accomplished with Active Server Pages.
Server-Side Form Validation
2001
Example of server-side form validation (for empty fields only) in an ASP page, using VBScript arrays. A friendly, explanatory error message is returned if any required form fields were not filled out.
Functions & Subroutines
2001
- Splitting ASP code into logical processing units by using functions and subroutines. Splitting ASP (VBScript) code into logical processing units by using functions and subroutines.
Wireless (WML) Page
2001
Serving a WML (wireless) page with ASP.
Dynamic Table
2001
Dynamic Table Layout - Classic ASP example of dynamic table layout depending on number of items returned from the database.