<%@ Language="JScript" %> <% for(i = 1; i <= 10; i++) { Response.Write(i + "
"); } %>