<% myclass=Request("class") if myclass="" or not isnumeric(myclass) then myclass=1 else myclass=cint(myclass) end if sqlstr="select * from t_news_purpose where newsort=" & myclass &" and me_version='cn' order by topsign desc,id desc" set myrs=server.CreateObject("adodb.recordset") myrs.Open sqlstr,conn,1,1 sqlstr="select newsort from t_news_sort where id=" & myclass set rs=server.CreateObject("adodb.recordset") rs.Open sqlstr,conn,1,1 if rs.RecordCount<>0 then ttt=rs("newsort") end if rs.Close set rs=nothing %>
 
首 页 | 公司简介 | 技术介绍 | 产品系列 | 氟特加要闻 | 市场销售 | 技术需求 | 氟碳资料库 | 留言与反馈
 
 
氟特加发动机改性处理剂
氟特加金属表面热处理剂
氟特加金属表面介质处理剂
氟特加橡胶、塑料改性处理剂
氟特加氟碳切削液
氟特加含氟润滑脂 
 
 
<% tablewidth=520'定义表格的宽度 tablestyle="p9" '定义表格的样式 if myrs.RecordCount>0 then myrs.PageSize=10'每页显示的记录数 '显示标题时 total_page=myrs.PageCount total_red=myrs.RecordCount current_page=Request("me_page") if current_page="" then current_page=1 elseif not isnumeric(current_page) then current_page=1 else current_page=cint(current_page) end if if current_page>total_page then current_page=total_page elseif current_page<1 then current_page=1 end if myrs.AbsolutePage=current_page %> <%do until myrs.EOF %> <%myrs.MoveNext loop%>
 <%=ttt%>
 ·" target="_blank"><%=myrs("title")%> <%if myrs("newsimg")<>"" then%> (图) <%end if%>  <%=year(myrs("newsdate")) & "-" & month(myrs("newsdate")) & "-" & day(myrs("newsdate"))%>

<%if total_page>1 then%> class=<%=tablestyle%>>
bgcolor="#f0f0f0" >
第<%=current_page%>页/总<%=total_page%>页 | 总<%=total_red%>条 <%call showpage%> 转到第 class=<%=tablestyle%> size=3 style="border: 1px solid rgb(200,200,200)" maxlength=3> 页 hideFocus type="button" value="Go" name="cmd_goto" onClick="javascript:viewPage(document.all.goto_page1.value);">
>
<%end if else Response.Write "

对不起!没有与此相关的产品!返回

" end if myrs.Close set myrs=nothing %>