用户名: 
密  码: 
增强安全  记住帐号
  输送机-防护罩
  MW型脉动微震扁袋除尘器
  DMC型脉冲袋式除尘器
  LY-Ⅱ型低压喷吹脉冲袋式除尘器
  HZ环隙脉冲袋式除尘器
  XLPM型气箱式袋收除尘器
  PPCS/PPCA型气箱式脉冲袋收除尘器
  ZC-Ⅰ型回转反吹扁袋除尘器
  LCPM-G高压离线侧喷脉冲袋式除尘器
  LGMP型高温脉喷袋式除尘器
  FGMC系列气箱脉冲袋式除尘器
<% if request("page")<>"" then currentPage=cint(request("page")) else currentPage=1 end if strFileName="index.asp" sql = "select * from guestbook order by id desc" rs.open sql,conn,1,1 a = 0 if not rs.eof then a = 1 MaxPerPage=4 totalPut=rs.recordcount if currentpage<1 then currentpage=1 end if if (currentpage-1)*MaxPerPage>totalput then if (totalPut mod MaxPerPage)=0 then currentpage= totalPut \ MaxPerPage else currentpage= totalPut \ MaxPerPage + 1 end if end if end if if currentPage=1 then showContent else if (currentPage-1)*MaxPerPage <%sub showcontent %> <% if not rs.eof then for i=1 to MaxPerPage %> <% huifu=trim(rs("huifu")) if(huifu<>"") then %> <%end if%>
 发言人:<%=rs("username")%>  留言标题:<%=rs("title")%>
 留言于:<%=rs("datetime")%>
<%=rs("content")%>
 管理员回复:<%=huifu%>
<% rs.movenext if not rs.eof and i <> 4 then response.write "
" if rs.eof then exit for next else %>
没有留言 !
<% end if rs.close %> <%end sub%>
<%If a = 1 Then showpage strFileName,totalput,MaxPerPage,true,true,""%>