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

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

<head>
<title></title>
</head>

<body bgcolor="eadfdf">
<%
   for (var i = 1; i <  8; i ++) {
%>

<font face="verdana, arial, helvetica" SIZE="<%Response.Write(i)%>">

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


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