asp上一页下一页的代码解释

<%ifCurrentPage<>1then%><ahref="managerment_pysjd.asp?Page=<%=(Currentpage-1)%>&key=<... <% if CurrentPage <> 1 then %>
<a href="managerment_pysjd.asp?Page=<%=(Currentpage-1)%>&key=<%=key%>&cxtj=<%=cxtj%>&dh=<%=dh%>&chengzhen=<%=chengzhen%>&hymc=<%=hymc%>&szpy=<%=szpy%>&shiduan=<%=shiduan%>">上一页</a>
<% else %>
<% end if %>
<% if CInt(CurrentPage)<>CInt(TotalPage) and CInt(TotalPage)<>0 then %>
<a href="managerment_pysjd.asp?Page=<%=(Currentpage+1)%>&key=<%=key%>&cxtj=<%=cxtj%>&dh=<%=dh%>&chengzhen=<%=chengzhen%>&hymc=<%=hymc%>&szpy=<%=szpy%>&shiduan=<%=shiduan%>">下一页</a>
<% else %>
<% end if %>
尽量详细些
展开
 我来答
cyclkc
2009-06-12 · 超过25用户采纳过TA的回答
知道答主
回答量:83
采纳率:0%
帮助的人:0
展开全部
<% if CurrentPage <> 1 then %> //如果页不是第一页,执行下列代码
<a href="managerment_pysjd.asp?Page=<%=(Currentpage-1)%>&key=<%=key%>&cxtj=<%=cxtj%>&dh=<%=dh%>&chengzhen=<%=chengzhen%>&hymc=<%=hymc%>&szpy=<%=szpy%>&shiduan=<%=shiduan%>">上一页</a> //上一页的链接有 8个参数,其中页面是当前页数减1
<% else %>
<% end if %>
<% if CInt(CurrentPage)<>CInt(TotalPage) and CInt(TotalPage)<>0 then %> //cint转换整数,如果当前页不是最后一页,总的页数不为0
<a href="managerment_pysjd.asp?Page=<%=(Currentpage+1)%>&key=<%=key%>&cxtj=<%=cxtj%>&dh=<%=dh%>&chengzhen=<%=chengzhen%>&hymc=<%=hymc%>&szpy=<%=szpy%>&shiduan=<%=shiduan%>">下一页</a> //那么有下一页的链接,下一页 的页面参数是当前页数加1
<% else %>
<% end if %>
xingkong521654
2009-06-12 · TA获得超过875个赞
知道小有建树答主
回答量:2577
采纳率:0%
帮助的人:1003万
展开全部
如果当前页不是第一页(即:<>1)就显示“上一页”链接
如果当前页 是最后一页,并且总页数不是0(CInt(CurrentPage)<>CInt(TotalPage) and CInt(TotalPage)<>0 )
就显示 “下一页”链接
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
改变自己2025
2009-06-12 · TA获得超过1795个赞
知道大有可为答主
回答量:2871
采纳率:0%
帮助的人:0
展开全部
ASP 分页类 Kin_Db_Pager
http://down.chinaz.com/soft/24767.htm

这个很好呀,省事多了,这是我用过最好用的分页类了。
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
开发者之路
2009-06-12 · TA获得超过910个赞
知道大有可为答主
回答量:2031
采纳率:0%
帮助的人:935万
展开全部
分有点少了
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
收起 更多回答(2)
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

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

类别

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

说明

0/200

提交
取消

辅 助

模 式