asp分页代码分页点击不出来,急求!!!

<!--#includefile="top.asp"--><%setrs=server.CreateObject("adodb.recordset")sql="selec... <!--#include file="top.asp"-->
<%
set rs=server.CreateObject("adodb.recordset")
sql="select * from cd where tid="&Request.QueryString("tid")
rs.open sql,conn,1,1
if not(rs.bof and rs.eof) then
Dim intPage
If Request.QueryString("varPage")="" Then
intPage=1
Else
intPage=CInt(Request.QueryString("varPage"))
End If
rs.PageSize=5
rs.AbsolutePage=intPage
Response.Write "<table border='1' width='1003' align='center'><tr bgcolor='#E0E0E0'>"
Response.Write "<th>姓名</th><th>电话</th><th>物品</th> <th>添加日期</th></tr>"
Dim I
For I=1 To rs.PageSize
If rs.Eof Then Exit For
Response.Write "<tr>"
Response.Write "<td>" & rs("xm") & "</td>"
Response.Write "<td>" & rs("tel") & "</td>"
Response.Write "<td>" & rs("wp") & "</td>"
Response.Write "<td>" & rs("arttime") & "</td>"
Response.Write "</tr>"
rs.MoveNext
Next
Response.Write "</table>"
Response.Write "<p><a href='cs.asp?varPage=1'>第1页</a> "
If intPage>1 Then
Response.Write "<a href='cs.asp?varPage=" & (intPage-1) & "'>上一页</a> "
Else
Response.Write "上一页 "
End If
If intPage<rs.PageCount Then
Response.Write "<a href='cs.asp?varPage=" & (intPage+1) & "'>下一页</a> "
Else
Response.Write "下一页 "
End If
Response.Write "<a href='cs.asp?varPage=" & rs.PageCount & "'>最后页</a> "
Else
Response.Write "该记录集为空"
End If
%>
<!--#include file="bottom.asp"-->
展开
 我来答
phonglin1
2014-03-09 · TA获得超过531个赞
知道小有建树答主
回答量:443
采纳率:100%
帮助的人:553万
展开全部
1
tid=Request.QueryString("tid")
sql="select * from cd where tid="&tid
2
分页的连接全部加上"tid="&tid,如下
Response.Write "<a href='cs.asp?varPage=" & (intPage+1) & "tid="&tid&"'>下一页</a> "
本回答被网友采纳
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
any_f
2014-03-09 · TA获得超过202个赞
知道小有建树答主
回答量:482
采纳率:100%
帮助的人:210万
展开全部
你的sql部分有问题,
sql="select * from cd where tid="&Request.QueryString("tid")&""
更多追问追答
追问
改完还是不对啊?
追答

我在我电脑都试过了啊,

dim tid:tid=Request.QueryString("tid")

sql="select * from cd where tid="&tid&""

 

如果还出不来,先确定你的tid值在cd表,到底有没有

本回答被提问者采纳
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

下载百度知道APP,抢鲜体验
使用百度知道APP,立即抢鲜体验。你的手机镜头里或许有别人想知道的答案。
扫描二维码下载
×

类别

我们会通过消息、邮箱等方式尽快将举报结果通知您。

说明

0/200

提交
取消

辅 助

模 式