<% handicrafts_top "supplier","" if name <> "" and suid <> "" then qlog = "login_name '"&name&"','"&suid&"' " set rslog = server.CreateObject("adodb.Recordset") rslog.open qlog,db,3,2 else response.redirect ("sign-in.asp") end if %>
My Handicrafts >> My Product >> View Product : <% prod = Request("prod") qprod = "Select * from product where prod_id ="&prod set rsprod = server.CreateObject("adodb.recordset") rsprod.open qprod,db,2,3 qcat = "Select Category from category where cat_id="&rsprod("cat_id") set rscat = server.createObject("adodb.recordset") rscat.open qcat,db,3,2 %>
Welcome, <%=rslog("Company_Name")%>
<%if rslog("Valid") <> 0 then%> <%end if%>
  My Products
My Handicraft is a section entirely dedicated to give our valued members complete freedom to customise and manage all subscriber related operations on easy2source.com. You can post buy/sell offers, update your company profile, add product keywords, keep track of all your inquiries, receive trade alerts and much more.
View Posted Product
<%=rsprod("Product_Name")%>
<% sup_id = int (rsprod("Supplier_Id")/500) sup_id = sup_id + 1 %>
\<%=rsprod("Img_no")%>.jpg" border="0" alt="<%=rsprod("Product_Name")%>">
<%if rsprod("Prod_Code") <> "" then%> <%end if%> <%if rscat("Category") <> "" then%> <%end if%> <%if rsprod("Description") <> "" then%> <%end if%> <%if rsprod("Key_specification") <> "" then%> <%end if%> <%if rsprod("Delivery") <> "" then%> <%end if%> <%if rsprod("Price") <> "" then%> <%end if%> <%if rsprod("date_Added") <> "" then%> <%end if%>
Product Code : <%=rsprod("Prod_Code")%>
Category : <%=rscat("Category")%>
Description : <%=rsprod("Description")%>
Key Specification : <%=rsprod("Key_specification")%>
Delivery Time : <%=rsprod("Delivery")%>
Unit Price : <%=rsprod("Price")%>
Posted On : <%=rsprod("date_Added")%>
<%bottom_patch%>