<% ' ======================================= ' 完成产品目录 ' create-date : 2006.8.1 Call SetConn () If Request.QueryString ("id") <> "" Then set objtemp=server.CreateObject("adodb.recordset") sql = "Select * From tproduct where ID = " & Request.QueryString ("id") & " and mdel=0 and show=0" 'Set objTemp = Conn.Execute (sql) objtemp.open sql,conn,1,3 If not objTemp.Eof Then if isnull(objtemp("mclickcount")) or objtemp("mclickcount")="" then objtemp("mclickcount")=1 else objtemp("mclickcount")=objtemp("mclickcount")+1 end if objtemp.update strtproduct=objtemp("tproduct") strtproduct_bh=objtemp("tproduct_bh") tppid=objtemp("tpp") intaclassid=objtemp("aclassid") intanclassid=objtemp("anclassid") itkucun=objtemp("tkucun") strtprice=objtemp("tprice") strtpricenet=objtemp("tpricenet") strtprice1=objtemp("tprice1") strtprice2=objtemp("tprice2") strtprice3=objtemp("tprice3") strtprice4=objtemp("tprice4") strtcontent=objtemp("tcontent") strtproduct_cd=objtemp("tproduct_cd") strtproduct_cz=objtemp("tproduct_cz") ' ======================= ' 产品 'Session ("Userlookbuyid") = Request.QueryString ("id") 'Session ("userlookbuyname") = strtproduct 'session.timeout=90 End If objTemp.Close Set objTemp = Nothing End If %> <%=webname%>,<%=strtproduct%>


品 牌 精 品
<% call Writeproductpp()%>

<% if recommend=2 then%>  <%end if %><%=strtproduct%>
推荐给好友
">
产品名称:
<%=strtproduct%>
产品型号:
<%=strtproduct_cz%>
编号:
<%=strtproduct_bh%>
品牌:
<% call Getppid (tppid) %>   更多该品牌产品...
所属分类:
[ <% call GetTypeName (intaclassid) %> ]
  [ <% call GetCatalog (intAnclassid) %> ]
商品库存:
<%if itkucun=1 then %>有库存<%else%>无库存<%end if %>
价格:
¥<%=strtprice2%>
更多产品图片
 
<% set fs=createobject("Scripting.FileSystemObject") i=1 Do while i<10 Filename="/shop/images/f/"& strtproduct_bh &"_"& i &".jpg" Filename1=f_filename+filename If fs.FileExists(Filename1) then %> <%end if i=i+1 loop %>
&title=<%=strtproduct%> title="点击放大" target=_blank>

商品介绍
 
产地:<%=strtproduct_cd%>
型号:<%=strtproduct_cz%>
<% = strtcontent %> <% 'call listbuy_company(strusername)%>

<% 'response.write itdesigner If itdesigner<>"" Then arrStr = Split (itdesigner, ",") response.write "适用车型:
" For i = 0 To Ubound (arrStr) designerid = arrStr (i) 'response.write designerid call Getdesigner(designerid) Next end if %>
我要评论
 
<% dim rs1 set rs1=server.CreateObject("adodb.recordset") rs1.open "select * from review where id="&Request.QueryString ("id")&" and audit=1 ",conn,1,1 if rs1.eof and rs1.bof then response.write"" else do while not rs1.eof %> <%rs1.movenext loop rs1.close set rs1=nothing end if%>
会员评论:
      如果您用过本商品,或对本商品有所了解,欢迎您发表自己的评论。您的评论将被网络上成千上万的用户所共享,我们将对您的慷慨深表感谢。" response.write " 您的评论在提交后将经过我们的审核,也许您需要等待一些时间才可以看到。谢谢合作。

[<%=rs1("title")%>@<%=rs1("reviewdtm")%>]
<%=rs1("reviewcontent")%>