Contents of simplea.asp:
<html> <body> A Simple Loop Counter in ASP <p> <% for i= 1 to 10 response.write "<br>loop index i="+cstr(i) next %> </body> </html>
***** end of file *** printed: 12 lines on: 11/23/2009 6:02:29 AM