国产探花免费观看_亚洲丰满少妇自慰呻吟_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"
發表評論 共有條評論
用戶名: 密碼:
驗證碼: 匿名發表
主站蜘蛛池模板: 古丈县| 朝阳区| 冕宁县| 临武县| 达州市| 油尖旺区| 肃宁县| 上蔡县| 山阳县| 麟游县| 普洱| 平和县| 旌德县| 义马市| 郯城县| 青岛市| 铜陵市| 调兵山市| 新河县| 大埔县| 磐安县| 黔南| 沅陵县| 清镇市| 鹿邑县| 霍州市| 界首市| 烟台市| 定西市| 泾源县| 香港 | 浦城县| 河东区| 抚顺县| 南安市| 遵化市| 鹤山市| 两当县| 平度市| 泰安市| 马关县|