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 / row.inc < prev    next >
Encoding:
Text File  |  2003-09-03  |  92 b   |  6 lines

  1. <tr>
  2. <% for(1..$_[0]) { %>
  3.     <td bgcolor=#<%=int rand 1000000%>><br></td>
  4. <% } %>
  5. </tr>
  6.