<% call ShowUserLogin() %>
      产品列表
<% call ShowSmallClass_Tree() %>
      产品搜索
<% call ShowSearch(1) %>
在线询价  
<%=UserName%>:
  您好!
  以下是您的询价信息,如果没有问题请 ,或者返回
  有任何疑问请及时和我们联系!
<% While Not rs_title.Eof %> <% rs_title.MoveNext Wend rs_title.close set rs_title=nothing %>
联系信息
    联系人:<%=Receiver%>
    性别: <% if Sex="1" then response.Write("男") else response.Write("女") end if%>
    标题:<%=Subject%>
    说明:<%=Notes%>
    公司名称:<%=CompanyName%>
    公司地址:<%=Add%>
    邮箱:<%=Email%>
    公司电话:<%=Phone%>
    传真:<%=Fax%>
商 品 名 称
<%=rs_title("Title")%>
<% set conn=nothing %>