<< startsida
1. Kommentera kod:
<%
' Skapa variabel
Dim namn
...
%>
2. Använd include-filer:
<%
Response.Write("Hello, world!")
%>
Nu kan vi inkludera koden i andra ASP filer.
<HTML>
<BODY>
<!--#include file="PrintHelloWorld.asp"-->
</BODY>
</HTML>
Flera
ASP-tips