codegooglecom / easyasp

Automatically exported from code.google.com/p/easyasp
0 stars 0 forks source link

分页的后面怎么加参数? #39

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
分页的后面怎么加参数?谢谢

Original issue reported on code.google.com by aks...@gmail.com on 12 Jul 2009 at 7:29

GoogleCodeExporter commented 9 years ago
<%
Easp.wc
Easp.db.Pager("{liststart}{list}{listend}{jump}",Array("listlong:5","link:"&Easp
.GetUrlWith("-key,-conditions","key="&
key &"&conditions="& conditions &"")))
%>

加上这个参数后,默认的PAGE参数没了。。。

Original comment by aks...@gmail.com on 12 Jul 2009 at 8:29

GoogleCodeExporter commented 9 years ago
Easp.db.SetPager "default", "<div
class=""pager"">{first}{prev}{liststart}{list}{listend}{next}{last}  
共{recordcount}
条, 每页{pagesize}条, {pageindex}/{pagecount}页, 转到{jump}页</div>", 
"jump:select"

麻烦帮忙看看 谢谢

Original comment by aks...@gmail.com on 12 Jul 2009 at 8:29

GoogleCodeExporter commented 9 years ago
link配置中写入的值用"*"号代替页码,"page"参数还是要自己加�
��。

Original comment by Tainray@gmail.com on 14 Jul 2009 at 3:59