国产探花免费观看_亚洲丰满少妇自慰呻吟_97日韩有码在线_资源在线日韩欧美_一区二区精品毛片,辰东完美世界有声小说,欢乐颂第一季,yy玄幻小说排行榜完本

首頁 > 編程 > ASP > 正文

簡單分頁函數一 常用

2024-05-04 11:03:06
字體:
來源:轉載
供稿:網友
復制代碼 代碼如下:
<%
      page=trim(request("page"))
      maxperpage=40
      first=true
      last=true
      dim rs
      set rs=server.CreateObject("adodb.recordset")
      sql="select id,title,add1,cartype,isred,enterdate,hits from newnews where classtype=0 and pass=1 order by id desc"
rs.open sql,conn,1,1
        rs.pagesize=maxperpage
        totalpage=rs.pagecount
        if len(page)=0 then
        intpage=1
        first=false
        else
            if cint(page)<=1 then
            intpage=1
            first=false
            else
                if cint(page)>=rs.pagecount then
                intpage=rs.pagecount
                last=false
                else
                intpage=cint(page)
                end if
            end if
        end if            
        if not rs.eof then
        rs.absolutepage=intpage
        end if
        for a=1 to maxperpage
        if rs.eof then exit for
        %>
        <tr <%if (a mod 2)=0 then
      response.write "bgcolor=#ffffff"
      else
      response.write "bgcolor=#f6f6f6"
發表評論 共有條評論
用戶名: 密碼:
驗證碼: 匿名發表
主站蜘蛛池模板: 荔波县| 长宁区| 丹东市| 渑池县| 江达县| 会泽县| 巫溪县| 武川县| 临湘市| 观塘区| 瑞金市| 仲巴县| 敦煌市| 浦东新区| 延寿县| 东城区| 北海市| 舟曲县| 龙泉市| 阜新市| 红桥区| 万州区| 汝城县| 海宁市| 景宁| 灌阳县| 张家口市| 奎屯市| 开原市| 彰武县| 南京市| 普兰店市| 郧西县| 新密市| 乐平市| 青神县| 沭阳县| 连城县| 越西县| 昌江| 扬中市|