ASP

ASP Home


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!

simple ASP code:

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


For More ASP lessons select any topic.