1 | <td align="left" width="80%" valign="middle"> |
2 | <% For Each fld in list.Fields %> |
3 | <% = fld.Value %> ` use the generic field object to display the value |
4 | <% Next %> |
5 | </td> |
6 | <% |
7 | list.MoveNext ` loop through the record list |
8 | Loop |
9 | %> |
10 | </table></center> |
11 | <% |
12 | End if ' for record display |
13 | End Sub |
14 | '------------------------------------------ |
15 | %> |
16 | </body> |
17 | </html> |