回 帖 发 新 帖 刷新版面

主题:bookmark,showpages,showContent是什么意思?

<%
set rs=server.createObject("adodb.recordSet")
sql="select * from need order by ZID desc"
rs.open sql,conn,1,1
if rs eof and rs.bof then %>
   <p align="center"><font color="#ff0000">还没有信息!</font></p>
<%else
rs.pagesize=15
totalPut=rs.recordCount
totalPage=rs.pagecount
MaxPerPage=rs.pagesize
  if currentpage<1 then
        currentpage=1
  end if
  if  currentpage=1 then
      showpages
      showContent
  else
      if(currentPage -1)*MaxPerPage<totalPut then
      rs.move(currentPage -1)*maxPerPage
      dim lookmark
      lookmark=rs.bookmark
      showpages
      showContent
      end if
这三句是什么意思?
lookmark=rs.bookmark
      showpages
      showContent

回复列表 (共3个回复)

沙发

showpages
showContent是在其他地方定义的函数或过程,
bookmark是书签,记录的位置

板凳

用户自定义名。。

3 楼

楼主你好像以前已经问过这问题。

我来回复

您尚未登录,请登录后再回复。点此登录或注册