谁有好看点的ASP分页代码?
答案:2 悬赏:80 手机版
解决时间 2021-04-30 07:21
- 提问者网友:原来太熟悉了会陌生
- 2021-04-29 06:52
谁有好看点的ASP分页代码?
最佳答案
- 五星知识达人网友:骨子里都是戏
- 2021-04-29 07:05
function FunPage(Intpagecount,Intmypage,Intrecordcount,Intpagesize,StrValue)
on error resume next
dim Intfor,Intlist,intlist_b
if intmypage>1 then
funpage=funpage & "<a class=he href='?page=1" & StrValue & "' title='最前页' >最前页</a>"
funpage=funpage&"<a class=he href='?page="&Intmypage-1 & StrValue & "' title='上一页' >上一页</a>"
else
funpage=funpage &""
funpage=funpage&""
end if
if Intlist<>0 then
if cintmypage= Intlist then
Intlist=Intlist+5
end if
else
Intlist=Intmypage+5
end if
if intlist-9<1 then
intlist_b=1
else
intlist_b=intlist-9
end if
for Intfor=intlist_b to Intlist
if intfor<=Intpagecount then
if intfor=Intmypage then '-------使当前页文字为红色,并不可点击
funpage =funpage & strMode&"<font color='#FF0000' class=reds><b>"&Intfor& "</b></font>"
else
funpage=funpage & strMode &"<b><a class=he href='?page=" & Intfor & StrValue & "' >" & Intfor & "</a></b>"
end if
end if
strMode=""
next
if intmypage<intpagecount then
funpage=funpage&"<a class=he href='?page="& Intmypage+1 & StrValue & "' title='后一页'>后一页</a>"
funpage=funpage &"<a class=he href='?page="& Intpagecount & StrValue & "' title='最后页' >最后页</a>"
else
funpage=funpage&" "
funpage=funpage &""
end if
funpage="<div id=""function"" class='Apage'>"&_
vbcrlf&"<br/>"&funpage&"<br/><br/>"&_
vbcrlf&"共 <strong>"&Intrecordcount&"</strong> 条记录, "&"当前显示第 <strong>"&Intmypage&"</strong> 页, <strong>"&Intpagesize&"</strong> 条/页, 共 <strong>"&Intpagecount&"</strong> 页"&_
vbcrlf&"</div>"
if err.number<>0 then
err.clear
response.redirect("Error.asp?err=分页函数出错,请与管理员联系!|")
end if
end function
on error resume next
dim Intfor,Intlist,intlist_b
if intmypage>1 then
funpage=funpage & "<a class=he href='?page=1" & StrValue & "' title='最前页' >最前页</a>"
funpage=funpage&"<a class=he href='?page="&Intmypage-1 & StrValue & "' title='上一页' >上一页</a>"
else
funpage=funpage &""
funpage=funpage&""
end if
if Intlist<>0 then
if cintmypage= Intlist then
Intlist=Intlist+5
end if
else
Intlist=Intmypage+5
end if
if intlist-9<1 then
intlist_b=1
else
intlist_b=intlist-9
end if
for Intfor=intlist_b to Intlist
if intfor<=Intpagecount then
if intfor=Intmypage then '-------使当前页文字为红色,并不可点击
funpage =funpage & strMode&"<font color='#FF0000' class=reds><b>"&Intfor& "</b></font>"
else
funpage=funpage & strMode &"<b><a class=he href='?page=" & Intfor & StrValue & "' >" & Intfor & "</a></b>"
end if
end if
strMode=""
next
if intmypage<intpagecount then
funpage=funpage&"<a class=he href='?page="& Intmypage+1 & StrValue & "' title='后一页'>后一页</a>"
funpage=funpage &"<a class=he href='?page="& Intpagecount & StrValue & "' title='最后页' >最后页</a>"
else
funpage=funpage&" "
funpage=funpage &""
end if
funpage="<div id=""function"" class='Apage'>"&_
vbcrlf&"<br/>"&funpage&"<br/><br/>"&_
vbcrlf&"共 <strong>"&Intrecordcount&"</strong> 条记录, "&"当前显示第 <strong>"&Intmypage&"</strong> 页, <strong>"&Intpagesize&"</strong> 条/页, 共 <strong>"&Intpagecount&"</strong> 页"&_
vbcrlf&"</div>"
if err.number<>0 then
err.clear
response.redirect("Error.asp?err=分页函数出错,请与管理员联系!|")
end if
end function
全部回答
- 1楼网友:封刀令
- 2021-04-29 08:11
你用的是DW CS3的话有个最简单的方法,
第一行是靠这个来实现
第二行是靠来实现
我要举报
如以上问答信息为低俗、色情、不良、暴力、侵权、涉及违法等信息,可以点下面链接进行举报!
大家都在看
推荐资讯