home *** CD-ROM | disk | FTP | other *** search
/ PC Professionell 2004 December / PCpro_2004_12.ISO / files / webserver / tsw / TSW_3.4.0.exe / Apache2 / asp / table.inc < prev    next >
Encoding:
Text File  |  2003-09-03  |  111 b   |  8 lines

  1. <table border=1 width=100%>
  2. <% 
  3. for (1..$_[0]) { 
  4.     $Response->Include('row.inc', $_[0]);
  5. %>
  6. </table>
  7.