loganswell
Programmer
Hi fellow ASP people,
Can anyone tell me how to code in ASP (VBScript) the correct way to populate an HTML table where the desired results are as follows:
{do loop}
<tr>
<td> record in here </td>
<td> record in here </td>
</tr>
{end loop}
I hope I've explained what I need well enough!
Thank you!
Jim
Can anyone tell me how to code in ASP (VBScript) the correct way to populate an HTML table where the desired results are as follows:
{do loop}
<tr>
<td> record in here </td>
<td> record in here </td>
</tr>
{end loop}
I hope I've explained what I need well enough!
Thank you!
Jim