ASP Source Code
ASP File: jscript/general/helloworld/helloworld.asp
ASP Script
Comments
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>