VBScript Sample: vbscript/general/helloworld/helloworld.asp
   ASP Script
   Comments or Client-side Script
   HTML and Text

<%@ LANGUAGE = "VBScript" %>
<html>

<head>
<title>Hello World</title>
<meta name="GENERATOR" content="Microsoft FrontPage 3.0">
</head>

<% 
   For i = 1 To 7
%>

<font SIZE="<%  = i %>">

<body bgcolor="eadfdf">
<font face="verdana, arial, helvetica">

<p>Hello World!<br>
</font>
<% 
   Next
%>
 
</p>
</font>
</body>
</html>


Copyright © 1998-2002, Halcyon Software Inc. All rights reserved.