cas号8014-95-7:<%rs_s.movenext >的应用

来源:百度文库 编辑:杭州交通信息网 时间:2024/04/28 03:41:15
目的是将产品分类一行能排两个,所以启用了movenext,但不知道哪地方有错误,谢谢高手

<table width=100% border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td width="90" class="unnamed3" height="30" background="images/home_063.jpg"> <font color="#CC0000">◇</font>  <a href=products.asp?lx=big&anid=<%=rs("anclassid")%>><font color="#000000"><%=rs("anclass")%></font></a></td>
<%rs_s.movenext
if rs_s.eof then
else
%> <td class="unnamed3" height="30" background="images/home_063.jpg"> <font color="#CC0000">◇</font>  <a href=products.asp?lx=big&anid=<%=rs("anclassid")%>><font color="#000000"><%=rs("anclass")%></font></a></td>
</tr>
</table>

<%
rs.movenext
wend
end if
rs.close
set rs=nothing
%></td>
</tr>
</table>
问题已解决
<%rs_s.movenext
if rs_s.eof then
else
%>改成<%rs.movenext %>