<% call ShowUserLogin() %>
      Product search
<% call ShowSearch(1) %>
       Product Catagory
<% call ShowSmallClass_Tree() %>
<% If IsFlash="Yes" Then %> <% Else %> <% end If%>

กก
 
More ProductS>>>
<%i=1 set rs_Product=server.createobject("adodb.recordset") sqltext="select top " & Product_count & " * from Product where Passed=True And Elite=True order by UpdateTime desc" rs_Product.open sqltext,conn,1,1 %>
<% do while not rs_Product.eof %> <% if i mod 2 =0 then%> <% else %> <% end if %> <% i=i+1 rs_Product.movenext loop rs_Product.close %>
Product Name
Spec
Unit
Memo
"><%=cutstr(rs_Product("EnTitle"),15)%>
<%=cutstr(rs_Product("EnSpec"),6)%>
<%=rs_Product("EnUnit")%>
<%=cutstr(rs_Product("EnMemo"),15)%>