<% ShowSmallClassType=ShowSmallClassType_Article dim ID ID=trim(request("ID")) if ID="" then response.Redirect("Product.asp") end if sql="select * from Product where ID=" & ID & "" 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 if rs("hits")>=HitsOfHot then rs("Hot")=True rs.update end if BigClassName=rs("BigClassName") SmallClassName=rs("SmallClassName") %> <%if not(rsBigClass.bof and rsBigClass.eof) and ShowSmallClassType="Menu" then response.write " onmousemove='HideMenu()'"%>
     用户登陆
<% call ShowUserLogin() %>
     厂家列表
<% call ShowSmallClass_Tree1() %>
     产品列表
<% call ShowSmallClass_Tree() %>
    产 品 展 示
<% response.write " " & rs("BigClassName") & " >> " if rs("SmallClassName") & ""<>"" then response.write "" & rs("SmallClassName") & " >> " end if response.write rs("Title") %> ','blank_','scrollbars=yes,resizable=no,width=650,height=450')">
<%call ShowProductContent()%>
点击数:<%=rs("Hits")%>  录入时间:<%= FormatDateTime(rs("UpdateTime"),2) %> 【打印此页】 【返回 ','blank_','scrollbars=yes,resizable=no,width=650,height=450')">
<% end if rs.close set rs=nothing call CloseConn() %>