暂无留言。
" ) Else recordcountnum=Rs.recordcount Rs.pagesize = listnum page =request.querystring("page") If page="" or page<1 Then page=1 End If If (page-Rs.pagecount) > 0 Then page=Rs.pagecount End If Rs.absolutepage=page j=rs.recordcount j=j-(page-1)*listnum i=0 Do While Not rs.Eof and i
|
|
||||||||
|
|
当前页:<%=page%> 总页数:<%=Rs.pagecount%> 每页:<%= listnum %> 总记录:<%=Rs.recordcount%> |
首页
<% if page<>1 then %>
上一页
<%end if%>
<% if Rs.pagecount-page <> 0 then %>
下一页
<%End If%>
尾页
<%
response.write "
页码:" for ii=1 to rs.pagecount if ii=Rs.absolutepage-1 then response.write "["&ii&"]" else response.write "["&ii&"]" end if next %> |
您是第 位访客!
|