tut1.asp 147 Bytes Edit Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 11 <HTML> <SCRIPT Language="Python" RUNAT=Server> for i in range(3,8): Response.Write("<FONT SIZE=%d>Hello World!!<BR>" % i) </SCRIPT> </HTML>