<% 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 %>
<% call ShowSmallClass_Tree() %>
产品中心
首页 >> 产品中心
 
<% call ShowClassGuide() %>
 
" target="_blank">" width="359" height="260" border="0" style="BORDER-LEFT-COLOR: #cccccc; BORDER-BOTTOM-COLOR: #cccccc; BORDER-TOP-COLOR: #cccccc; BORDER-RIGHT-COLOR: #cccccc">
产品编号:
<%=rs("Product_Id")%>
产品名称:
<%=rs("title")%>
规  格:
<%=rs("Spec")%>
产品备注:
<%=rs("Memo")%>
产品类别:
<%=rs("BigClassName")%>
 
   产 品 说 明
<%=rs("Content")%>
点击数:<%=rs("hits")%>  录入时间:<%=FormatDateTime(RS("UpDateTime"),2)%> 【打印此页】 【关闭
<% end if rs.close set rs=nothing call CloseConn() %>