我按照楼上那位版主的说法,翻页时把其他参数也传过去了有一种特殊情况还是不行
如果没有选择类别搜索出来的结果再翻页的时候会记录第一页最前面那条新闻的newsclass
改后的翻页代码
共有 <font color="cc0000"><%=rs.recordcount%></font> 条记录</span>
每页<font color="cc0000"><%=iPageCount%></font>条 第<%=Page%>页/共<% = rs.PageCount%>页
<%if rs.pagecount<>1 and rs.pagecount<>0 then ' 首先判断页总数不为1和0%>
<%if page>1 then%>
<%if page<rs.pagecount then %>
【<a Href="?Page=<% = 1%>&otype=<%=otype%>&keyword=<%=keyword%>&newsclass=<%=newsclass%>">首页</a>
<a Href="?Page=<% = page -1 %>&otype=<%=otype%>&keyword=<%=keyword%>&newsclass=<%=newsclass%>">上一页</a>
<a Href="?Page=<% = page + 1 %>&otype=<%=otype%>&keyword=<%=keyword%>&newsclass=<%=newsclass%>">下一页</a>
<a Href="?Page=<% = rs.PageCount %>&otype=<%=otype%>&keyword=<%=keyword%>&newsclass=<%=newsclass%>">尾页</a>】
<%else%>
<a Href="?Page=<% = 1 %>&otype=<%=otype%>&keyword=<%=keyword%>&newsclass=<%=newsclass%>">首页</a>
<a Href="?Page=<% = page -1 %>&otype=<%=otype%>&keyword=<%=keyword%>&newsclass=<%=newsclass%>">上一页</a>
【下一页 尾页】
<% end if %>
<%else%>
【首页 上一页】
<a Href="?Page=<% = page + 1%>&otype=<%=otype%>&keyword=<%=keyword%>&newsclass=<%=newsclass%>">下一页</a>
<a Href="?Page=<% = rs.PageCount%>&otype=<%=otype%>&keyword=<%=keyword%>&newsclass=<%=newsclass%>">尾页</a>
<%end if %>
<%else%>
【首页 上一页 下一页 尾页】
<%end if%>
只有在选定了类别之后翻页才有效,如果没选定类别的话会newsclass应为0,但是这里他不知道从哪里取来了个newsclass
如果没有选择类别搜索出来的结果再翻页的时候会记录第一页最前面那条新闻的newsclass
改后的翻页代码
共有 <font color="cc0000"><%=rs.recordcount%></font> 条记录</span>
每页<font color="cc0000"><%=iPageCount%></font>条 第<%=Page%>页/共<% = rs.PageCount%>页
<%if rs.pagecount<>1 and rs.pagecount<>0 then ' 首先判断页总数不为1和0%>
<%if page>1 then%>
<%if page<rs.pagecount then %>
【<a Href="?Page=<% = 1%>&otype=<%=otype%>&keyword=<%=keyword%>&newsclass=<%=newsclass%>">首页</a>
<a Href="?Page=<% = page -1 %>&otype=<%=otype%>&keyword=<%=keyword%>&newsclass=<%=newsclass%>">上一页</a>
<a Href="?Page=<% = page + 1 %>&otype=<%=otype%>&keyword=<%=keyword%>&newsclass=<%=newsclass%>">下一页</a>
<a Href="?Page=<% = rs.PageCount %>&otype=<%=otype%>&keyword=<%=keyword%>&newsclass=<%=newsclass%>">尾页</a>】
<%else%>
<a Href="?Page=<% = 1 %>&otype=<%=otype%>&keyword=<%=keyword%>&newsclass=<%=newsclass%>">首页</a>
<a Href="?Page=<% = page -1 %>&otype=<%=otype%>&keyword=<%=keyword%>&newsclass=<%=newsclass%>">上一页</a>
【下一页 尾页】
<% end if %>
<%else%>
【首页 上一页】
<a Href="?Page=<% = page + 1%>&otype=<%=otype%>&keyword=<%=keyword%>&newsclass=<%=newsclass%>">下一页</a>
<a Href="?Page=<% = rs.PageCount%>&otype=<%=otype%>&keyword=<%=keyword%>&newsclass=<%=newsclass%>">尾页</a>
<%end if %>
<%else%>
【首页 上一页 下一页 尾页】
<%end if%>
只有在选定了类别之后翻页才有效,如果没选定类别的话会newsclass应为0,但是这里他不知道从哪里取来了个newsclass
[此贴子已经被作者于2006-7-28 15:36:51编辑过]