标题:[求助]asp 文章内容分页
只看楼主
smyh
Rank: 2
等 级:论坛游民
帖 子:97
专家分:25
注 册:2007-1-1
结帖率:80%
 问题点数:0 回复次数:2 
[求助]asp 文章内容分页
ASP  文章内容分页 ,有什么方法可以不不影响在线html编辑的内容,包括空格,行高等!!
搜索更多相关主题的帖子: asp 
2007-04-05 10:15
阳光白雪
Rank: 7Rank: 7Rank: 7
等 级:贵宾
威 望:39
帖 子:2220
专家分:0
注 册:2005-11-18
得分:0 

可以考虑在要分页的位置家个分页标记:例如{$NextPage$}

后台处理的时候将{$NextPage$}作为分页分开


专注于WEB前端交互平台开发:[url=http://blog./]blog.[/url](富客户端技术(RIA)交流平台)
2007-04-05 10:21
smyh
Rank: 2
等 级:论坛游民
帖 子:97
专家分:25
注 册:2007-1-1
得分:0 
<!--#include file="conn.asp"-->
<%id=request("id")
set rs=server.CreateObject("Adodb.RecordSet")
rs.open "select * from gg where id="&id,conn,1,1
If Request("page")="" Then
pageNum=0
Else
pageNum=Request("page")
End if
ContentStr=split((rs("content")),"{$NextPage$}")
For i=pageNum to pageNum
response.Write(""&ContentStr&"")
next
For p = 0 to ubound(ContentStr)
response.Write("<a href=3.asp?id="&id&"&page="&p&">"&p&"</a>&nbsp;")
next%>
为什么内容不能显示
而分页可以显示
0 1 2
2007-04-05 10:50



参与讨论请移步原网站贴子:https://bbs.bccn.net/thread-129378-1-1.html




关于我们 | 广告合作 | 编程中国 | 清除Cookies | TOP | 手机版

编程中国 版权所有,并保留所有权利。
Powered by Discuz, Processed in 0.236849 second(s), 7 queries.
Copyright©2004-2025, BCCN.NET, All Rights Reserved