发布时间:2013-09-19 11:33:46来源:阅读(1846)
<% mypage=request("page") 尚无内容!
     If  mypage="" then
       mypage=1
     end if
     rs.open "......",conn,1,1
   if rs.eof or rs.bof then
   response.write"
   else
   rs.pagesize=15
   g_count=rs.recordcount
   maxpages=cint(rs.pagecount)
   maxrecs=cint(rs.pagesize)
   rs.absolutepage=mypage
   howmanyrecs=0
   rec = 1
   do until rs.eof or rs.bof or rec=16 %>
<% rs.movenext
    rec=rec+1
    loop
    end if
    scriptname=request.servervariables("script_name")
    rs.close%> 
<%if maxpages > 1 then%>
   <% end if %>
        
如有不好不对的地方,请大家指正,谢谢.
关键字:
上一篇: ASP缓存类
下一篇: asp无组件上传的原理 (转)
 1227
 1789
 1676
 3716
 938
 4908
 1755
 1156
 1740
 2142
 10285
 6298
 5840
 5412
 4908
 4611
 3828
 3716
 3648
 3562