Writing Simple Scripts

An ASP script can perform a task as simple as displaying the value of a variable to one as complex as sending a SQL statement to a database. This section discusses common tasks that many script authors want to accomplish, such as processing the information returned by an HTML form or debugging a script. If you are new to scripting languages or simply new to ASP, you should review the topics in Using Scripting Languages to learn how to create an ASP page and the basic syntax of ASP commands.

This section contains:

This section does not contain information on: