设为首页收藏本站

新微赢技术网

 找回密码
 注册
搜索
热搜: 回贴
查看: 83|回复: 4
打印 上一主题 下一主题

[求助]asp自动分页问题??

[复制链接]
跳转到指定楼层
1#
发表于 2009-12-27 00:52:25 | 只看该作者 回帖奖励 |正序浏览 |阅读模式
asp自动分页应该如何写??下面的要根据换行来判断不行,因为内容多数都是自动换行,如果根据字符多少来判断怎么写的??

dim page,pagecount,thispage,linenum,allline
const pageline=10
linenum=split(content,"<br>")
allline=ubound(linenum)+1
pagecount=int(allline\pageline)+1
page=request("page")
if isempty(page) then
thispage=1
else
thispage=cint(page)
end if
for i=0 to allline
if i+1>thispage*pageline-pageline and i<thispage*pageline then
response.write linenum(i) &"<br>"
end if
next
for i=1 to pagecount
if thispage=i then
response.write i & " "
else
response.write "<a href='?page="&i&"&zixunid="&zixunid&"'>"&i&"</a> "
end if
next
3#
发表于 2009-12-27 00:52:38 | 只看该作者
已解决,谢谢!!
回复 支持 反对

使用道具 举报

2#
发表于 2009-12-27 00:52:31 | 只看该作者
请参看这个帖子
http://bbs.bc-cn.net/viewthread.php?tid=82904&extra=&page=100#
回复 支持 反对

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

申请友链|小黑屋|最新主题|手机版|新微赢技术网 ( 苏ICP备08020429号 )  

GMT+8, 2024-11-19 11:18 , Processed in 0.074886 second(s), 9 queries , Gzip On, Memcache On.

Powered by xuexi

© 2001-2013 HaiAn.Com.Cn Inc. 寰耽

快速回复 返回顶部 返回列表