ASP - Example Code II (contd.)
<% ‘ print the record set passed for the class member
Sub printRecord(ByVal attrib, ByVal list)
<center><table width="100%" border="0">
<tr BGCOLOR="<% = trbgcol %>">
<td align="left" valign="middle" nowrap width="100%">
<font size="2" face="Arial" color="<% = thfgcol %>">
<b><% = attrib %> </b></font>
<table width="80%" border="0">
if( (cnt Mod 2) > 0) then ‘ print it in two rows