User login
<% call ShowUserLogin() %>
       Product list
<% call ShowSmallClass_Tree() %>
      Product search
<% call ShowSearch(1) %>
Online Inquire  
<%=UserName%>:
  Hello!
  Below is your order, if did not have problems to please ,Or
 There is any question pleasing on time and contact us!
<% While Not rs_title.Eof %> <% rs_title.MoveNext Wend rs_title.close set rs_title=nothing %>
Message:
   Contact name:<%=Receiver%>
    Sex: <% if Sex="1" then response.Write("槻") else response.Write("溺") end if%>
    Title:<%=Subject%>
    Notes:<%=Notes%>
    Company name:<%=CompanyName%>
    Company Add:<%=Add%>
    Email:<%=Email%>
    CompanyTel:<%=Phone%>
    Fax:<%=Fax%>
 Product  Name 
<%=rs_title("EnTitle")%>
<% set conn=nothing %>