循环的主要在这一段,上面是整个页面的代码。
<td width="100%" align="center"> <table width="955" border="0" cellpadding="0" cellspacing="0">
                      <%if lookt="image" then
i=0
do while not rs.eof and (i<rs.pagesize)
i=i+1%>
                      <tr> 
                        <td width="25%" height="30" align="center">&nbsp;</td>
                      </tr>
                      <%rs.movenext
loop
else%>
                      <tr> 
                        <%i=0
do while not rs.eof and (i<rs.pagesize)
i=i+1
%>
                        <td align="center"> <!--#include file="include/ins.asp"--> </td>
                        <%if (i mod lookhang=0) and i>=lookhang then%>
                <%end if
rs.movenext
loop%>
                      </tr>
                      <%end if%>
                    </table>