Hello World! ASP
After ignoring ASP for quite long, I have finally decided to jump in and play with the language. Since my IIS is now working, I decided to give it a try.
<%
Dim count
Dim text
For count = 1 To 10 Step 1
%>
<%= count %> Hello World
<% Next %>
Once I went to the page, it worked as intended. Yay!
0 Comments:
Post a Comment
<< Home