<% 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 %>
Products
 
<% call ShowSmallClass_Tree() %>
 
 
Contact Us
 

Company Name : TreeHouse-Living Co.Ltd

Add : Lin Shu County Economic Development Zone, Lin Yi, Shan Dong, China.

E-mail:sales@treehouse-living.com

Zip :276700

Tel: 86-539-6335116

Fax: 86-539-6335198

General Manager:Leon

Sales Manager:Kerry Du

Mobile:86-18854986359

Website: www.treehouse-living.com

 
 
<% response.write " " & rs("BigClassName") & " >> " if rs("SmallClassName") & ""<>"" then response.write "" & rs("SmallClassName") & " >> " end if response.write rs("Title") %> ",target="_blank">
 
<%fileExt=lcase(getFileExtName(rs("DefaultPicUrl")))%>
<%if fileext="jpg" or fileext="bmp" or fileext="png" or fileext="gif" then%> " target="_blank"> border="1" style="BORDER-LEFT-COLOR: #cccccc; BORDER-BOTTOM-COLOR: #cccccc; BORDER-TOP-COLOR: #cccccc; BORDER-RIGHT-COLOR: #cccccc" onload="javascript:DrawImage(this);"> <%else if fileext="swf" then%> <%end if end if%>
Product name :
<%=rs("title")%>
Product Size :
<%=rs("Spec")%>
Supply Ability :
<%=rs("Unit")%>
Minimum quantity :
<%=rs("Memo")%>
Product sort :
<%=rs("BigClassName")%>

<%call ShowProductContent()%>
 
 
<% end if rs.close set rs=nothing call CloseConn() %>