<%
i=0
do while not rs.eof
%>
![]() | class="gc"><%=rs("title")%> |
<%
dim i=0
do while not rs.eof and i<=100//这个可以自己填,100就是打印出100条
i=i+1
%>
![]() | class="gc"><%=rs("title")%> |
for i=1 to 2
if rs.eof then exit for
rs.movenext
next
用for
加一个分页显示吧,多了的就分页
你是说分页吗
用下以下属性
rs.pagesize
rs.absloutepage