<% if session("S_login")="" then Response.Redirect "default.asp" end if if session("U_Type")<>"finance" and session("USER_NAME")<>"meixiaoli" then response.Write "" response.end 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") 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_food=trs("CHECK_FOOD") 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") payment_type=trs("CARD_TYPE") card_number=trs("CARD_NUMBER") expiration_date=trs("EXPRI_DATE") card_holder=trs("CARD_HOLDER") pay_all=trs("PAY_ALL") security_cod=trs("SECURITY_CODE") admin_user=trs("ADMIN_USER") end if set trs_hotel=server.CreateObject("ADODB.recordset") sql_hotel="select * from BOOK_HOTEL where MEMBER_ID="& request("ID") set trs_hotel=db.Query (sql_hotel,1) if not trs_hotel.eof or not trs_hotel.bof then book_id=trs_hotel("BOOK_ID") hotel_star=trs_hotel("HOTEL_STAR") room_type=trs_hotel("ROOM_TYPE") hotel_price=trs_hotel("HOTEL_PRICE") come_time=trs_hotel("COME_TIME") leave_time=trs_hotel("LEAVE_TIME") other_bark=trs_hotel("OTHER_BARK") end if %>
  基本信息
姓  名:
  >Mr.>Ms.
头  衔:
 
国  家:
 
户  照:
 
机  构:
  邮  编:  
注册时间:
 
电子邮件:
 
电  话:
 
传  真:
 
联系地址:
 
管 理 员:
 
陪同人员:
 
  食宿安排
酒店:       disabled> 五星酒店     disabled> 四星酒店      disabled> 三星酒店
房间类型:      类型  价格
0 then response.Write " checked" end if%> disabled> 单人间  $
0 then response.Write " checked" end if%> disabled> 双人间  $
0 then response.Write " checked" end if%> disabled> 加床  $
小计:  $<%=hotel_price%>
抵达日期:      <%=come_time%> 离开日期:      <%=leave_time%>
食物选择:
  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%>>
  参会项目
专场名称:  
参  会: 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%>>  
  套票选择及登记费用
套票选择:
  > 只注册  > 其它 
  特殊需要
  请说明您的特殊需要 :
  付款信息
注册应付款:
  $ (All payments must be in US dollars)
是否付清
 >
 > Visa Card
 > Master Card
 > JCB Card
 > American Express Card
卡号:
 
有效期:
 
持卡人:
 
验证码 (3 or 4 digit):
 
<% set db=nothing %>