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