<% if session("S_login")="" then Response.Redirect "default.asp" end if %> -- <% dim db,trs Set db=new Connections set trs=server.CreateObject("ADODB.recordset") strsql="select * from Member_Info where MEMBER_ID="& request("ID") set trs=db.Query (strsql,1) if not trs.eof or not trs.bof then member_id=trs("MEMBER_ID") 'usercode=trs("M_USER") 'password=trs("M_PASS") XingMing=trs("M_NAME") txt_sex=trs("M_SEX") txt_title=trs("M_TITLE") txt_guojia=trs("M_COUNTRY") txt_huzhao=trs("M_PASSPORT") txt_jigou=trs("M_AGENCIES") txt_youbian=trs("M_ZIP") txt_zhuce=trs("REG_TIME") txt_mail=trs("M_MAIL") txt_tel=trs("M_TEL") txt_fax=trs("M_FAX") txt_dizhi=trs("M_ADDRESS") txt_peitong=trs("M_ACCOMPANYING") txt_research=trs("M_RESEARCH") txt_comment=trs("M_COMMENT") txt_food=trs("CHECK_FOOD") txt_room=trs("CHECK_ROOM") txt_bed=trs("EXTRA_BED") txt_come=trs("COME_TIME") txt_leave=trs("LEAVE_TIME") txt_session=trs("M_SESSION") txt_item=trs("MEET_ITEM") txt_other=trs("OTHER") txt_ticket=trs("TICKETS_TYPE") ticket_other=trs("TICKETS_OTHER") txt_need=trs("M_NEEDS") txt_payment=trs("TOTAL_PAY") txt_shifu=trs("PAY_SHIFU") payment_type=trs("CARD_TYPE") card_number=trs("CARD_NUMBER") exp_year=mid(trs("EXPRI_DATE"),1,4) exp_month=mid(trs("EXPRI_DATE"),6,len(trs("EXPRI_DATE"))) card_holder=trs("CARD_HOLDER") pay_all=trs("PAY_ALL") security_cod=trs("SECURITY_CODE") admin_user=trs("ADMIN_USER") txt_cwbark=trs("CW_BARK") end if %>
  基本信息
姓  名:
  <%=txt_sex%> <%=XingMing%>
头  衔:
 <%=txt_title%>
国  家:
  <%=txt_guojia%>
户  照:
  <%=txt_huzhao%>
机  构:
  <%=txt_jigou%> 邮  编:   <%=txt_youbian%>
注册时间:
  <%=txt_zhuce%>
电子邮件:
  <%=txt_mail%>
电  话:
 <%=txt_tel%>
传  真:
  <%=txt_fax%>
联系地址:
  <%=txt_dizhi%>
管 理 员:
  <%=admin_user%>
陪同人员:
 
研究领域:
 
说  明:  <%=txt_comment%>
  食宿安排
食物选择:
  1. Vegetarian 0 then response.Write " checked" end if%>>  2. No Pork 0 then response.Write " checked" end if%>>  3. No Seafood 0 then response.Write " checked" end if%>>  4. No Preference 0 then response.Write " checked" end if%>>
抵达日期:
  <%=txt_come%>
离开日期:
  <%=txt_leave%>
预订房间:
  <%=txt_room%>
是否加床:
  <%=txt_bed%>
  参会项目
专场名称:  <%=txt_session%>
参  会: 0 then response.Write " checked" end if%>> 演  讲: 0 then response.Write " checked" end if%>> 参  展: 0 then response.Write " checked" end if%>> 展  板: 0 then response.Write " checked" end if%>>
赞  助: 0 then response.Write " checked" end if%>> 媒  体: 0 then response.Write " checked" end if%>> 论  文: 0 then response.Write " checked" end if%>> 只买资料: 0 then response.Write " checked" end if%>>
其  他: 0 then response.Write " checked" end if%>>   <%=txt_other%>
  套票选择及登记费用
Ticket Type:
  > Only Registration  > Package A  > Package B-4    > Package B-5  > Other 
  特殊需要
  请说明您的特殊需要 : <%=txt_need%>
<%if session("U_Type")<>"manager" and session("U_Type")<>"" then%> <%end if%>
  付款信息
应付款:
  $ <%=txt_payment%> (All payments must be in US dollars)
付款情况
 实付:$<%=txt_shifu%>    是否付清:<%if session("U_Type")<>"finance" then response.Write " disabled" end if%>>
 > Visa Card
 > Master Card
> Telegraphic Transfer
 > American Express Card
卡号:
  <%=card_number%>
有效期:
  <%=exp_year%> - <%=exp_month%>
持卡人:
  <%=card_holder%>
验证码 (3 or 4 digit):
  <%=security_cod%>
备  注:
 
返回列表
<% set db=nothing %>