<%@ Language=VBScript %> <% 'this is a comment option explicit 'requires all variables to be declared response.write("

This is from an ASP script

") 'also a comment response.write("This is text from the script") response.write("

" & date()) dim i for i = 1 to 10 response.write("
A new line..." & i) next %>