帮你做了!
代码如下:
所有图片 |
" /> |
<%if page=1 and not page=pagecount then%> 第<%=page%>页 <%for i=1 to pagecount%> <%=i%> <%next%> 下页 <%elseif page=pagecount and not page=1 then%> 第<%=page%>页 <%for i=1 to pagecount%> <%=i%> <%next%> 上页 <%elseif page<1 then%>没有任何记录! <%elseif page>pagecount then%>没有任何记录! <%elseif page=1 and page=pagecount then%> <%else%> 第<%=page%>页 <%for i=1 to pagecount%> <%=i%> <%next%> 上页 下页 <%end if%> |
所有图片 | |
|
<%if page=1 and not page=pagecount then%> 第<%=page%>页 <%for i=1 to pagecount%> <%=i%> <%next%> 下页 <%elseif page=pagecount and not page=1 then%> 第<%=page%>页 <%for i=1 to pagecount%> <%=i%> <%next%> 上页 <%elseif page<1 then%>没有任何记录! <%elseif page>pagecount then%>没有任何记录! <%elseif page=1 and page=pagecount then%> <%else%> 第<%=page%>页 <%for i=1 to pagecount%> <%=i%> <%next%> 上页 下页 <%end if%> |
试试这个
<%
for i=1 to rs.PageSize
if rs.EOF then
exit for
end if
rs.
%>