17 lines
No EOL
159 B
Text
17 lines
No EOL
159 B
Text
<%
|
|
option explicit
|
|
%>
|
|
<html>
|
|
<head>
|
|
</head>
|
|
<body>
|
|
<%
|
|
dim i
|
|
for i = 1 to 8
|
|
response.write i
|
|
next
|
|
|
|
response.write i
|
|
%>
|
|
</body>
|
|
</html> |