<% set rs=server.createobject("adodb.recordset") sqltext="select * from honor order by id desc" rs.open sqltext,conn,1,1 dim MaPerPage MaPerPage=9 dim text,checkpage text="0123456789" Rs.PageSize=MaPerPage for i=1 to len(request("page")) checkpage=instr(1,text,mid(request("page"),i,1)) if checkpage=0 then exit for end if next If checkpage<>0 then If NOT IsEmpty(request("page")) Then CurrentPage=Cint(request("page")) If CurrentPage < 1 Then CurrentPage = 1 If CurrentPage > Rs.PageCount Then CurrentPage = Rs.PageCount Else CurrentPage= 1 End If If not Rs.eof Then Rs.AbsolutePage = CurrentPage end if Else CurrentPage=1 End if call showpages call list If Rs.recordcount > MaPerPage then call showpages end if '显示帖子的子程序 Sub list()%> 闪蒸干燥机-振动流化床-混合机-除尘器-制粒机-干燥机-气流干燥机--真空干燥机-沸腾干燥机-脉冲布袋除尘器专业生产厂家-常州易能干燥设备有限公司-电话:0519-88912190
 
产品中心 本站首页 友情链接
·首 页 >>
用户ID
密  码
 
  易能干燥设备
关于易能
企业文化
荣誉资质
 
 
·服务热线:0519-88912190
·服务热线:0519-88909702
 
<%i=1 %>
<%i=1 %> <% Do While Not rs.EOF%> <%if i mod 3 <>0 then%> <%end if%> <% if i mod 3 =0 then%> <%end if%> <% 'rs.MoveNext 'i=i+1 'Loop 'end sub %> <% i=i+1 if i >= 10 then exit do rs.MoveNext loop end sub %>