<%@ LANGUAGE = "VBScript" %> <% for i=1 to 5 response.write("It works!!!") next %>