人人做人人澡人人爽欧美,国产主播一区二区,久久久精品五月天,羞羞视频在线观看免费

當前位置:蘿卜系統下載站 > 技術開發教程 > 詳細頁面

用ASP做一個分頁程序

用ASP做一個分頁程序

更新時間:2022-08-19 文章作者:未知 信息來源:網絡 閱讀次數:

請看以下實現ASP分頁程序的代碼:

$#@60;anguage="vbscript"

dim conn

dim connstr

dim totalPut

dim CurrentPage

dim TotalPages

dim i,j

dim sql

dim rs

on error resume next

打開數據庫

connstr="DBQ="+server.mappath("book.mdb")+";DefaultDir=;DRIVER={Microsoft Access Driver (*.mdb)};"

set conn=server.createobject("ADODB.CONNECTION")

conn.open connstr

set rs=server.createobject("adodb.recordset")

定義每頁文章顯示數

const MaxPerPage=18

if not isempty(request("page")) then

currentPage=cint(request("page"))

else

currentPage=1

end if

sql="select * from learning order by articleid desc"

Set rs= Server.CreateObject("ADODB.Recordset")

rs.open sql,conn,1,1

if rs.eof and rs.bof then

response.write "$#@60;p align=center$#@62; 還 沒 有 任 何 文 章$#@60;/p$#@62;"

else

數據庫中文章數totalput

totalPut=rs.recordcount

if currentpage$#@60;1 then

currentpage=1

end if

統計總頁數currentpage

if (currentpage-1)*MaxPerPage$#@62;totalput then

if (totalPut mod MaxPerPage)=0 then

currentpage= totalPut \ MaxPerPage

else

currentpage= totalPut \ MaxPerPage + 1

end if

end if

if currentPage=1 then

showpage totalput,MaxPerPage,"index.asp"

showContent

showpage totalput,MaxPerPage,"index.asp"

else

if (currentPage-1)*MaxPerPage$#@60;totalPut then

rs.move (currentPage-1)*MaxPerPage

dim b mark

bookmark=rs.bookmark

showpage totalput,MaxPerPage,"index.asp"

showContent

showpage totalput,MaxPerPage,"index.asp"

else

currentPage=1

showpage totalput,MaxPerPage,"index.asp"

showContent

showpage totalput,MaxPerPage,"index.asp"

end if

end if

rs.close

end if

set rs=nothing

conn.close

set conn=nothing

sub showContent

dim i

i=0

do while not rs.eof

$#@62;

選擇顯示數據庫內容

$#@60;a href="openarticle.asp?id=$#@60;=rs("articleid")$#@62;"$#@62;$#@60;=rs("title")$#@62;$#@60;/a$#@62;[點擊:$#@60;=rs("hits")$#@62;]$#@60;br$#@62;

$#@60;

當顯示記錄大于maxperpage時結束這頁

i=i+1

if i$#@62;=MaxPerPage then exit do

rs.movenext

loop

end sub

function showpage(totalnumber,maxperpage,filename)

求出當每頁18篇文章時總共的頁數

dim n

if totalnumber mod maxperpage=0 then

n= totalnumber \ maxperpage

else

n= totalnumber \ maxperpage+1

end if

response.write "$#@60;form method=Post action="&filename&"$#@62;"

response.write "$#@60;p align=center$#@62;$#@60;font color=#000080$#@62;$#@62;$#@62;分頁$#@60;/font$#@62; "

顯示頁數鏈接的條件

if CurrentPage$#@60;2 then

response.write "$#@60;font color=#000080$#@62;首頁 上一頁$#@60;/font$#@62; "

else

response.write "$#@60;a href="&filename&"?page=1&$#@62;首頁$#@60;/a$#@62; "

response.write "$#@60;a href="&filename&"?page="&CurrentPage-1&"$#@62;上一頁$#@60;/a$#@62; "

end if

if n-currentpage$#@60;1 then

response.write "$#@60;font color=#000080$#@62;下一頁 尾頁$#@60;/font$#@62;"

else

response.write "$#@60;a href="&filename&"?page="&(CurrentPage+1)

response.write "$#@62;下一頁$#@60;/a$#@62; $#@60;a href="&filename&"?page="&n&"$#@62;尾頁$#@60;/a$#@62;"

end ifc

response.write "$#@60;font color=#000080$#@62; 頁次:$#@60;/font$#@62;$#@60;strong$#@62;$#@60;font color=red$#@62;"&CurrentPage&"$#@60;/font$#@62;$#@60;font color=#000080$#@62;/"&n&"$#@60;/strong$#@62;頁$#@60;/font$#@62;"

response.write "$#@60;font color=#000080$#@62; 共$#@60;b$#@62;"&totalnumber&"$#@60;/b$#@62;篇文章 $#@60;b$#@62;"&maxperpage&"$#@60;/b$#@62;篇文章/頁$#@60;/font$#@62;"

response.write " $#@60;font color=#000080$#@62;轉到:$#@60;/font$#@62;$#@60;input type=text name=page size=4 maxlength=10 class=smallInput value="¤tpage&"$#@62;"

response.write "$#@60;input class=buttonface type=submit value= Goto name=cndok$#@62;$#@60;/span$#@62;$#@60;/p$#@62;$#@60;/form$#@62;"

end function

$#@62;

  以上代碼很簡單的就實現了ASP網頁的多種分頁功能,不論是對瀏覽者還是管理者都能很方便的瀏覽和管理,我只在相關部分作了一些解釋,象這個ASP程序還必須有數據庫的支持才可以,關于數據庫的問題我就不詳述了,具體的實例大家可以看看我的主頁(http://aasp.yeah.net)上的文章管理程序,另外還有具體的程序下載!

溫馨提示:喜歡本站的話,請收藏一下本站!

本類教程下載

系統下載排行

網站地圖xml | 網站地圖html
主站蜘蛛池模板: 安庆市| 汉阴县| 南川市| 新河县| 吴旗县| 都兰县| 收藏| 广汉市| 襄垣县| 周口市| 徐闻县| 社旗县| 札达县| 南部县| 三都| 广饶县| 文化| 金华市| 临湘市| 三江| 丹阳市| 桐城市| 三门峡市| 吴川市| 旺苍县| 广元市| 天水市| 井陉县| 高雄县| 深泽县| 汉阴县| 南漳县| 阿拉善盟| 凤凰县| 巴彦县| 海淀区| 水富县| 静安区| 罗源县| 攀枝花市| 滨州市|