8 lines
78 B
Text
8 lines
78 B
Text
|
<body>
|
||
|
<%
|
||
|
If i < 10 Then
|
||
|
response.write("Good morning!")
|
||
|
End If
|
||
|
%>
|
||
|
</body>
|