<%
set rss=server.createobject("adodb.recordset")
sqltext4="select * from news where BigClassName='图文案例' order by id desc"
rss.open sqltext4,conn,1,1
%>
<%
if rss.eof and rss.bof then
response.Write("
对不起暂还没有添加该类信息
")
end if
rss.pagesize=9'定义当前页面数
currentpage=Clng(request("page"))
if currentpage<1 then currentpage=1
if currentpage>rss.pagecount then currentpage=rss.pagecount
rss.absolutepage=currentpage
%>
<%
Dim startrw,endrw,HLooper1__index,numberColumns,numrows
startrw = 0
endrw = HLooper1__index
numberColumns =3
numrows = -1
while((numrows <> 0) and (Not rss.eof) and (startrw <= rss.pagesize))
startrw = endrw + 1
endrw = endrw + numberColumns
%>
<%
While ((startrw <= endrw) and (not rss.eof))
%>