Welcome

ASP Tutorial

ASP HOME
ASP Introduction
ASP Install
ASP Syntax
ASP Variables
ASP Procedures
ASP Forms
ASP Cookies
ASP Session
ASP Application
ASP #include
ASP Global.asa
ASP Send e-mail

ASP Objects

ASP Response
ASP Request
ASP Application
ASP Session
ASP Server
ASP Error
ASP FileSystem
ASP TextStream
ASP Drive
ASP File
ASP Folder
ASP Dictionary
ASP ADO

ASP Components

ASP AdRotator
ASP BrowserCap
ASP Content Linking
ASP Content Rotator

ASP and AJAX

AJAX Intro
AJAX ASP
AJAX Database

ASP Summary

ASP Quick Ref
ASP Summary

ASP Examples

ASP Examples
ASP Quiz
ASP Certificate

ASP Tutorial

W3Schools Home Next Chapter

ASP

ASP is a powerful tool for making dynamic and interactive Web pages.

In our ASP tutorial you will learn about ASP, and how to execute scripts on your server.

Start learning ASP now!

Easy Learning with "Show ASP"

This ASP tutorial contains more than 100 examples.

Our "Show ASP" tool makes it easy to learn ASP, it shows both the ASP source code and the HTML output of the code.

Example

<html>
<body>
<%
response.write("My first ASP script!")
%>
</body>
</html>

Show example

Click on the "Show Example" button to see how it works.


ASP References

At W3Schools you will find complete ASP references about built-in objects and components, and their properties and methods.

ASP References

ASP Examples

Learn by 100 examples! Because ASP scripts are executed on the server, you can not view ASP code in a browser, you will only see the output from ASP which is plain HTML. At W3Schools every example displays the hidden ASP code. This will make it easier for you to understand how it works.

ASP Examples!

ASP Quiz Test

Test your ASP skills at W3Schools!

Start ASP quiz!

W3Schools Home Next Chapter