<% dim InfoID InfoID=trim(request("InfoID")) if InfoID="" then response.Redirect("trade.asp") end if sql="select * from info where Info_ID=" & InfoID & "" Set rs= Server.CreateObject("ADODB.Recordset") rs.open sql,conn,1,3 if rs.bof and rs.eof then response.write"" else rs("Hits")=rs("Hits")+1 rs.update %> <%=rs("title")%> ">
  产品列表
<% call ShowSmallClass_Tree() %>
 
<%=rs("jtype")%>    <%=rs("title")%>    询盘

<%=rs("content")%>  
公司名称: <%=rs("company")%>  联系人:<%=rs("linkman")%>   电话:<%= rs("phone")%>
email: <%=rs("mail")%>  地址:<%=rs("address")%>
点击数:<%=rs("Hits")%>  录入时间:<%= FormatDateTime(rs("dateandtime"),2) %> 【打印此页】 【关闭窗口
 
 
<% end if rs.close set rs=nothing call CloseConn() %>