当前位置:
网学
>
编程文档
>
ASP
> 正文
本人常用的分页代码
来源:
Http://myeducs.cn
联系QQ:
作者:
用户投稿
来源:
网络
发布时间:
13/06/17
网学
网为需要
asp
的朋友们搜集整理了本人常用的分页代码相关
资料
,希望对各位网友有所帮助!
个人会员管理
个人会员列表
序号
用户名
加入日期
等级
操作
<% dim maxperpage maxperpage=20 if not isempty(request("page")) then currentPage=cint(request("page")) else currentPage=1 end if filename="gr_member.asp" dim rs set rs=server.CreateObject("adodb.recordset") sql="select id,dxy_username,datetime,dj from "&gr_membertable&" order by id desc" rs.open sql,conn,1,1 if rs.eof then response.write "没有相关信息" else totalPut=rs.recordcount if currentpage<1 then currentpage=1 end if if (currentpage-1)*maxperpage>totalput then if (totalput mod maxperpage)=0 then currentpage=totalput\maxperpage else currentpage=totalput\maxperpage+1 end if end if if currentpage=1 then showcontent() showpage totalput,maxperpage,filename else if (currentpage-1)*maxperpage
<%=rs("dxy_username")%>
<%=rs("datetime")%>
<%=rs("dj")%>
">修改 )">删除
<% rs.movenext i=i+1 if rs.eof then exit do if i>maxperpage then exit do loop end sub %>
<% function showpage(totalnumber,maxperpage,filename) %>
<% dim n if totalnumber mod maxperpage=0 then n=totalnumber\maxperpage else n=totalnumber\maxperpage+1 end if %> 共有<%=totalnumber%>/<%=maxperpage%>条, 当前页<%=currentpage%>/<%=n%> <%if currentpage<2 then%> [首页] [] <%else%> ">[首页] &page=<%=currentpage-1%>">[] <%end if%><% if n-currentpage<1 then%> [] [尾页]<%else%>&page=<%=currentpage+1%>">[] &page=<%=n%>">[尾页] <%end if%> 转到:
<%for j=1 to n if currentpage=j then %>
<%=j%>
<% else %>
<%=j%>
<% end if next %>
<% end function %>
[Ctrl+A 全选 注:如需引入外部Js需刷新才能执行]
点击进入论坛和大家一起交流设计,分享设计素材,结交设计朋友
上一篇资讯:
截取实际长度字符串,并用空格替换
下一篇资讯:
一句话木马连接客户端
相关资讯
相关文章
一句话木马连接客户端
编写网页木马详解
Asp生成HTML方法大全
利用xmlhttp和adodb.stream加缓存技术下载远程Web文
用ASP实现远程批量文件改名
相关专题
ASP Cookie
ASP Session 对象
ASP Application 对象
ASP 文件引用
解析ASP中的常用服务器检测源码
网学推荐
免费论文
原创论文
文章排行榜
·
ASP入门基础教程-Cookies 集合
·
ASP入门基础教程-Server对象概述与
·
ASP入门基础教程-Server对象的方法
·
ASP入门基础教程-Session对象概述
·
ASP入门基础教程-保存会话信息
·
ASP入门基础教程-使用Session对象识
·
ASP入门基础教程-内容轮显组件
·
对ASP 动态包含文件方法的改进
·
ASP入门基础教程-Command 对象
·
ASP入门基础教程-实例 工资管理系统
·
用文本+ASP打造新闻发布系统
·
一个ASP统计制作实例
·
一个ASP木马程序的源代码
·
利用ASP木马程序获取管理权限
·
IIS服务器排错指南及错误代码大全
·
Web服务器上防范基于ASP程序的木马
·
用ISAPIfilter使INC、ASA文件安全
·
用ASP木马实现FTP和解压缩
浏览:
设为首页
|
加入收藏
|
论文首页
|
论文专题
|
设计下载
|
网学软件
|
论文模板
|
论文资源
|
程序设计
|
关于网学
|
站内搜索
|
网学留言
|
友情链接
|
资料中心
版权所有 QQ:3710167 邮箱:
3710167@qq.com
网学网 [
Myeducs.cn
] 您电脑的分辨率是
像素
Copyright 2008-2015
myeducs.Cn
www.myeducs.Cn
All Rights Reserved
湘ICP备09003080号