<% table="OB" if request.form("addedit_subed")="true" then '表单提交后 editid=request("editid") op01=Request("op01") op02=Request("op02") op03=Request("op03") op04=Request("op04") op05=Request("op05") op06=Request("op06") op07=Request("op07") op08=Request("op08") op09=Request("op09") field1=array("op01","op02","op03","op04","op05","op06","op07","op08","op09") value1=array(op01,op02,op03,op04,op05,op06,op07,op08,op09) sql="UPDATE " & table & " SET " for i=0 to ubound(field1) sql = sql & field1(i) & "='" & replace(value1(i),"'","''") & "'" if i <> ubound(field1) then sql=sql & "," else sql=sql & " where id=" & editid end if next word="你的信息已成功修改!" conn.Execute sql else '进入页面时(非提交) editid=request("editid") if editid<>"" then '编辑状态 onload="onload=""page_onload();""" set rs1=Server.CreateObject("ADODB.RECORDSET") rs1.Open "select * from " & table & " where id =" & editid ,conn op01=rs1("op01") op02=rs1("op02") op03=rs1("op03") end if end if %> 客户付款通知_mywinch.com
           
 
 
 
           
 


中国汽车绞盘网仅通过本页及确认的传真件将受款信息通知客户及合作伙伴,以保证交易安全。同时,请通过各种途径付款时采取尽可能的安全措施,以保障你的利益。

客户付款通知
<% if request.form("addedit_subed")="true" then %>
<% =word %>
<% session("postinfo")="payoffform" response.redirect "/OOinfo.html" else %>

如果你付款成功,请将付款凭证(扫描件或者屏拷件)等信息通知本中心以加快定单处理——

订单主题
<% =request("ob01") %>
订单收货人
*
订单付款人
*
汇出银行
*
汇入帐户
* 再次查看收款帐号
汇出金额
*
汇出时间
付款凭证
  请使用以下工具上传付款凭证扫描图片,并将红色显示部份填入以上长框。如为同行快速汇款(如建行汇建行,可不上传凭证。)
付款凭证文件上传
附言
  ">
<% end if %>