<% conn.open constr if session("u_sysid")="" then Response.write "" Response.end end if Sql="Select * from userdetail Where u_name='" & Session("user_name") &"'" Rs.open Sql,conn,1,1 if Rs.eof then Response.write "" Response.end end if Sql="Select * from Fuser Where username='" & Session("user_name") & "' and L_ok=True" Set FRs=conn.Execute(Sql) if FRs.eof then Response.write "" Response.end end if %>
VCP用户管理
  尊敬的 <%if FRs("ModeD") then Response.write "D" else Response.write "C" end if%> <%=name%>模式合作伙伴,您好!(修改资料)

姓名: <%=Rs("u_namecn")%>
通信地址: <%=Rs("u_address")%>
邮编: <%=Rs("u_zipcode")%>
QQ: <%=Rs("qq_msg")%> <%=FRs("C_domain")%>
电子邮件: <%=Rs("u_email")%>
电话: <%=Rs("u_telphone")%>
传真: <%=Rs("u_fax")%> 
银行帐户: ">
开户姓名: ">
打款方式: > 工商银行 > 招商银行
> 农业银行 > 建设银行
> 直接打在我的会员号上 > 支付宝
备注: ">
<% Rs.close FRs.close Set FRs=nothing %>