| 网站首页 | 业界新闻 | 小组 | 威客 | 人才 | 下载频道 | 博客 | 代码贴 | 在线编程 | 编程论坛
欢迎加入我们,一同切磋技术
用户名:   
 
密 码:  
共有 803 人关注过本帖
标题:一个搜索后分页的奇怪问题,郁闷中...
只看楼主 加入收藏
在编程中沦落
Rank: 2
等 级:新手上路
威 望:4
帖 子:411
专家分:0
注 册:2005-12-25
收藏
 问题点数:0 回复次数:8 
一个搜索后分页的奇怪问题,郁闷中...

我做了一个搜索页面,想列出搜索结果后分页显示出来,可是每次都不能正常分页,页面代码如下,请求高人帮助!
能正常显示页面搜索的结果的代码我用红/蓝色标示出来,可是如果按分页的时候结果显示的就是全部数据库结果了,而不是我要搜索的结果了,不知道怎么回事!

<!--#include file="conn.asp"-->
<table width="770"border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td></td>
</tr>
<tr>
<td height="182" valign="top">
<table width="100%"border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td>&nbsp;</td>
</tr>
</table>
<%
Gnum=Request("Gnum")
sql="SELECT * FROM admin where Gnum & admin like '%"&Gnum&"%'"
set rs=conn.execute(sql)
if rs.eof or rs.bof then
response.write "<script language=javascript>"
response.write "alert('没有找到你所需要删除的数据!');"
response.write "javascript:history.go(-1);"
response.write "</script>"
else

set rs=server.createobject("adodb.recordset")
sql="SELECT * FROM admin where Gnum & admin like '%"&Gnum&"%'"
session("sql")=sql
rs.open sql,conn,1,1
end if
%>

<table width="770"border="0" cellpadding="0" cellspacing="1" bgcolor="#000000">
<tr>
<td width="768" bgcolor="#F2F8FF"><table width="100%"border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td width="10%"><div align="center"><a style="font-size:14px ">编号</a></div></td>
<td width="14%"><div align="center"><a style="font-size:14px ">姓名</a></div></td>
<td width="7%"><div align="center"><a style="font-size:14px ">性别</a></div></td>
<td width="16%"><div align="center"><a style="font-size:14px ">加入日期</a></div></td>
<td width="17%"><div align="center">邮箱</div></td>
<td width="10%"><div align="center"><a style="font-size:14px ">级别</a></div></td>
<td width="16%"><div align="center">电话</div></td>
<td width="10%"><div align="right"><span class="mytext"><font color="#000000">共有</font> <font color="#0000FF">
<% Response.Write(RS.RecordCount) %>
'这里能正确显示搜索后的结果数字、但是翻页后又显示成数据库中全部数据的个数了!
</font> <font color="#000000">个</font></span></div></td>
</tr>
</table></td>
</tr>
</table>
<table width="80%" height="2"border="0" cellpadding="0" cellspacing="0" id="dfgdfgds">
<tr>
<td></td>
</tr>
</table>
<%
page=request.querystring("page")
Set rs = Server.CreateObject("ADODB.Recordset")
if session("sql")="" then
sql="select * from information order by id desc"
session("sql")=sql
end if
rs.open session("sql"),conn,3,1
if not rs.bof and not rs.eof then
if page="" then
page=1
end if
pages = 20'每页显示记录数

rs.pagesize = pages
maxpagecount=rs.pagecount
r=clng(rs.RecordCount)'记录总数
rs.absolutepage = page '当前页数

pagestart=page-3 '导航页码
pageend=page+3
if pagestart<1 then 'if语句属于基本的排错处理
pagestart=1
end if
if pageend>maxpagecount then
pageend=maxpagecount
end if '导航页码
end if
%>
<table width="100%"border="0" cellpadding="0" cellspacing="1" bgcolor="#000000">
<tr>
<td bgcolor="#F2F8FF"><center>

<%row_count=1
i=0
do while not rs.eof and rcount < rs.pagesize
%>

<table width="768"border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td width="569" height="13"><div align="right"><font color="#0000FF" size="2"> </font>
<table width="80%" height="3"border="0" cellpadding="0" cellspacing="0" id="123123">
<tr>
<td></td>
</tr>
</table>
<table width="568" border="0" align="left" cellpadding="0" cellspacing="0" bordercolordark="#ffffff" berdorcoorlight="#000000">
<tr align="center" bgcolor="#F2F8FF">
<td width="76" align="center"><SPAN class=mytext><a href="userdetail.asp?Gnum=<%=rs("Gnum")%>"><%=rs("Gnum")%></a></SPAN> </font></a></td>
<td width="110" align="center"><div align="center"><font color="#0033FF" size="2"> <span class="mytext"><%=rs("admin")%></span></font></div></td>
<td width="48" align="center"><div align="center"><%=rs("Gsex")%></div></td>
<td width="129" align="center"><div align="center"><%=rs("Gtime")%></div></td>
<td width="130" align="center"><%=rs("Gmail")%></td>
<td width="75" align="center"><div align="center">
<%if rs("Gjibie")="正式会员" then%>
<a style="font-size:13;color:#000000">正式会员</a>
<%end if%>
<%if rs("Gjibie")="试用客户" then%>
<a style="font-size:13;color:#0000CC" href="as.asp?id=<%=rs("id")%>&action=yes">试用客户</a>
<%end if%>
</div></td>
</tr>
</table>
<div align="left"><font color="#0000FF" size="2"></font> </div>
</div></td>
<td width="123"><div align="center"><%=rs("Gtel")%></div></td>
<td width="29"><div align="center"><a href="as.asp?action=bj&id=<%=rs("id")%>#123">修改</a></div></td>
<td width="47"><div align="center"><a href="del.asp?action=del&amp;id=<%=rs("id")%>" onClick="return confirm('您确定删除此会员吗?注意:此操作无法恢复!');">删除</a></div></td>
</tr>
</table>

<table width="80%" height="2"border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td></td>
</tr>
</table>
<%if row_count mod 1 =0 then%>
<%end if%>
<%
rs.movenext
rcount=rcount+1
i=i+1
row_count=row_count+1
loop
set rs=nothing
%>
</center></td>
</tr> '上面这个表格分的分页就根本不按搜索结果列项目了,而是直接列出数据库中的所有的项目,问题就是这个!
<table width="770" border="0" align="center" cellpadding="0" cellspacing="0" bgcolor="#000000">
<tr>
<td bgcolor="#749AEC"><div align="right" class="mytext">
<% response.write "<a href='dopage.asp?page=1'><IMG alt='' src='img/First.gif' border=0></a>"%>
<span class="style8">
<% for i=pagestart to pageend
if i=0 then
i=1
end if
strurl="<a href='dopage.asp?page="&i&"'><font size=1 color=000000>["&i&"]</font></a>"
response.write " "
response.write strurl
response.write " "
response.write " "
next

%>
<% response.write "<a href='dopage.asp?page="&maxpagecount&"'><img src='img/Last.gif' width='9' height='8' border=0></a>"%>
<span class="style7">  
<%response.write "<font size=2 color=000000>"&page&"/"&maxpagecount&"页</font>"%>
</span></span></div>
<div align="right"></div></td>
</tr>
<tr> </tr>
<tr>
<td bgcolor="#F2F8FF"></td>
</tr>
</table>
'这里也能正确显示搜索后的分页结果、但是翻页后又显示成数据库中全部数据的分页了!

[此贴子已经被作者于2006-2-17 11:41:55编辑过]

搜索更多相关主题的帖子: 数据库 搜索 table align 
2006-02-17 11:38
阳光白雪
Rank: 7Rank: 7Rank: 7
等 级:贵宾
威 望:39
帖 子:2220
专家分:0
注 册:2005-11-18
收藏
得分:0 
那可能是你 把搜索的条件参数 没有一同带到下一页

专注于WEB前端交互平台开发:[url=http://blog./]blog.[/url](富客户端技术(RIA)交流平台)
2006-02-17 12:42
fcnh1983
Rank: 1
等 级:新手上路
帖 子:665
专家分:0
注 册:2005-8-31
收藏
得分:0 
这个问题我碰到过....

你在 下一页 这里加上参数

^^多谢赐教!!无以为报只好以身相许!!!^^谢谢,不用谢,要谢的,多说不用了^^如果真的要谢,那就嫁给我吧,好啊^^
2006-02-17 14:09
在编程中沦落
Rank: 2
等 级:新手上路
威 望:4
帖 子:411
专家分:0
注 册:2005-12-25
收藏
得分:0 
可是我第一页显示的都不是搜索的结果啊!
是不是第一页都没有传递到参数?
楼上的能不能具体给出一个参数传递的过程?谢谢!

[此贴子已经被作者于2006-2-17 14:38:28编辑过]


2006-02-17 14:24
张一峰
Rank: 1
等 级:新手上路
帖 子:12
专家分:0
注 册:2005-5-25
收藏
得分:0 

其实你可以用过另外的方法的

2006-02-17 14:50
fcnh1983
Rank: 1
等 级:新手上路
帖 子:665
专家分:0
注 册:2005-8-31
收藏
得分:0 

你不是说:这里也能正确显示搜索后的分页结果、但是翻页后又显示成数据库中全部数据的分页了

那就说明你的搜索对了啊,就是在单击下一页,或者单击上一页出现的又不是搜索后的结果了..

所以我说:在 下一页 上一页 这个翻页上加上几个代码...
比如:
response.Write "[<a href=?page="&page+1&">&search=搜索值<b>下一页</b></a>]"

搜索值=搜索提交的内容...

[此贴子已经被作者于2006-2-17 15:14:22编辑过]


^^多谢赐教!!无以为报只好以身相许!!!^^谢谢,不用谢,要谢的,多说不用了^^如果真的要谢,那就嫁给我吧,好啊^^
2006-02-17 15:13
在编程中沦落
Rank: 2
等 级:新手上路
威 望:4
帖 子:411
专家分:0
注 册:2005-12-25
收藏
得分:0 
能显示结果的是这段代码:
<td width="10%"><div align="right"><span class="mytext"><font color="#000000">共有</font> <font color="#0000FF">
<% Response.Write(RS.RecordCount) %>
</font> <font color="#000000">个</font></span></div></td>


而实际列出来的项目并不是上面这段代码所示的那些项目,而是全部项目
也就是这段代码有问题,可是我查不出是什么问题。
<%
page=request.querystring("page")
Set rs = Server.CreateObject("ADODB.Recordset")
if session("sql")="" then
sql="select * from information order by id desc"
session("sql")=sql
end if
rs.open session("sql"),conn,3,1
if not rs.bof and not rs.eof then
if page="" then
page=1
end if
pages = 20'每页显示记录数

rs.pagesize = pages
maxpagecount=rs.pagecount
r=clng(rs.RecordCount)'记录总数
rs.absolutepage = page '当前页数

pagestart=page-3 '导航页码
pageend=page+3
if pagestart<1 then 'if语句属于基本的排错处理
pagestart=1
end if
if pageend>maxpagecount then
pageend=maxpagecount
end if '导航页码
end if
%>
<table width="100%"border="0" cellpadding="0" cellspacing="1" bgcolor="#000000">
<tr>
<td bgcolor="#F2F8FF"><center>

<%row_count=1
i=0
do while not rs.eof and rcount < rs.pagesize
%>

<table width="768"border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td width="569" height="13"><div align="right"><font color="#0000FF" size="2"> </font>
<table width="80%" height="3"border="0" cellpadding="0" cellspacing="0" id="123123">
<tr>
<td></td>
</tr>
</table>
<table width="568" border="0" align="left" cellpadding="0" cellspacing="0" bordercolordark="#ffffff" berdorcoorlight="#000000">
<tr align="center" bgcolor="#F2F8FF">
<td width="76" align="center"><SPAN class=mytext><a href="userdetail.asp?Gnum=<%=rs("Gnum")%>"><%=rs("Gnum")%></a></SPAN> </font></a></td>
<td width="110" align="center"><div align="center"><font color="#0033FF" size="2"> <span class="mytext"><%=rs("admin")%></span></font></div></td>
<td width="48" align="center"><div align="center"><%=rs("Gsex")%></div></td>
<td width="129" align="center"><div align="center"><%=rs("Gtime")%></div></td>
<td width="130" align="center"><%=rs("Gmail")%></td>
<td width="75" align="center"><div align="center">
<%if rs("Gjibie")="正式会员" then%>
<a style="font-size:13;color:#000000">正式会员</a>
<%end if%>
<%if rs("Gjibie")="试用客户" then%>
<a style="font-size:13;color:#0000CC" href="as.asp?id=<%=rs("id")%>&action=yes">试用客户</a>
<%end if%>
</div></td>
</tr>
</table>
<div align="left"><font color="#0000FF" size="2"></font> </div>
</div></td>
<td width="123"><div align="center"><%=rs("Gtel")%></div></td>
<td width="29"><div align="center"><a href="as.asp?action=bj&id=<%=rs("id")%>#123">修改</a></div></td>
<td width="47"><div align="center"><a href="del.asp?action=del&amp;id=<%=rs("id")%>" onClick="return confirm('您确定删除此会员吗?注意:此操作无法恢复!');">删除</a></div></td>
</tr>
</table>

<table width="80%" height="2"border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td></td>
</tr>
</table>
<%if row_count mod 1 =0 then%>
<%end if%>
<%
rs.movenext
rcount=rcount+1
i=i+1
row_count=row_count+1
loop
set rs=nothing
%>
</center></td>
</tr>


2006-02-17 17:51
suyongtao
Rank: 16Rank: 16Rank: 16Rank: 16
等 级:版主
威 望:33
帖 子:8674
专家分:127
注 册:2004-11-6
收藏
得分:0 
楼主的头像太煸情了...........光看头像了没顾得上看代码..呵呵.

面朝大海,春暖花开!
2006-02-17 18:38
在编程中沦落
Rank: 2
等 级:新手上路
威 望:4
帖 子:411
专家分:0
注 册:2005-12-25
收藏
得分:0 
晕,学习第一,美色其次,我得赶紧换个头像先!

2006-02-20 11:28
快速回复:一个搜索后分页的奇怪问题,郁闷中...
数据加载中...
 
   



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

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