Simple Scripts
The following scripts illustrate the fundamental techniques used in ASP scripting. If you're a newcomer to application development, or a programmer who has never scripted before, this is a good starting place.
Choose an example from the following list:
- Variables: Demonstrates how to create and manipulate variables in an ASP script.
- Looping: Provides an example of the three most common looping constructs, For ... Next, Do ... Loop, and While ... Wend.
- Conditional Operators: Illustrates the use of conditional operators, such as If ... Then, in ASP scripts.
- Arrays: Demonstrates how to create, access, and manage arrays.
- Server-Side Includes: Demonstrates the use of server-side includes.
- Functions and Procedures: Shows how to create and utilize functions and procedures in ASP scripts.