Latest web development tutorials

ASP Tutorial

ASP (Active Server Pages Active Server Pages) is a powerful tool for the generation of dynamic interactive web pages.

In our ASP tutorial, you will learn the knowledge of ASP, and how to execute scripts on the server.

Now start learning ASP!

ASP Learning by example

In the ASP tutorial site contains more than 100 instances.

Examples of our ASP online allows you to easier learning ASP, contains examples of source code and operating results of the ASP.

Examples

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

</body>
</html>

The demonstration >>

Click on "Demo Instance" button to view the results online instance running.


ASP Reference Manual

In W3CSchool, we provide you with a complete ASP reference manual, which includes built-in objects and components, and their properties and methods.

ASP Reference Manual

ASP examples

By way of example to learn! ASP scripts can only be executed on the server, so you can not view ASP code in the browser, you see only pure HTML code output by the ASP. In W3CSchool, each instance can exhibit a conventional hidden ASP code. This way, you can more easily understand how they work.

ASP examples!