循环问题?????帮忙!!
<%for i=0 to 3%><%q=0
do while not rs.eof and q<2%>
<table width="279" border="1" cellspacing="10">
<tr>
<td rowspan="3"><img width="90" height="80"src="images/<%=rs("img")%>"></td>
<td width="200"><img src="images/w.gif"><font class="STYLE10"><%=rs("productname")%></td>
</tr>
<tr>
<td><span class="STYLE16"><font class="STYLE10">市场价:<%=rs("scj")%></span></td>
</tr>
<tr>
<td><span class="STYLE16"><font class="STYLE10">会员价:<%=rs("hyj")%></span></td>
</tr>
</table>
<%rs.movenext
q=q+1
loop%>
<%next%>
我的最终目的是想在一行上显示二条记录,然后在第二行再显示二条记录,这样循环下去,而序号是这样的,第一行是1 . 2 而在第二行上是3 . 4 这样大家应该明白我说的什么吧!
希望可以帮我解决一下!!不甚感激!!!