home *** CD-ROM | disk | FTP | other *** search
/ PC Professionell 2004 December / PCpro_2004_12.ISO / files / webserver / xampp / xampp-perl-addon-1.4.9-installer.exe / loop.asp < prev    next >
Encoding:
Text File  |  2003-07-09  |  499 b   |  18 lines

  1. <html>
  2. <head>
  3. <title>PERL:ASP</title>
  4. <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
  5. <link href="../xampp/xampp.css" rel="stylesheet" type="text/css">
  6. </head>
  7. <body>
  8.  <p>
  9. <table width=500 cellpadding=0 cellspacing=0 border=0>
  10. <tr><td align=center>
  11. <h1>Testing ASP with a loop incrementing the text size:<h1><p>
  12. <% for(1..5) { %>
  13. <!-- iterated html text -->
  14. <font size="<%=$_%>" > Size = <%=$_%> </font> <br>
  15.  <% } %>
  16. </td></tr>
  17. </table></body>
  18. </HTML>