You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

16 lines
929 B

<%@ Page Language="C#" AutoEventWireup="true" CodeFile="Send.aspx.cs" Inherits="Send" %>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head runat="server">
<title>无标题页</title>
</head>
<body onload="javascript:document.E_FORM.submit();">
<form action="https://pay3.chinabank.com.cn/PayGate" method="POST" name="E_FORM">
<!--以下几项为网上支付重要信息,信息必须正确无误,信息会影响支付进行!-->
<input type="hidden" name="v_md5info" value="<%=v_md5info%>" size="100" />
<input type="hidden" name="v_mid" value="<%=v_mid%>" />
<input type="hidden" name="v_oid" value="<%=v_oid%>" />
<input type="hidden" name="v_amount" value="<%=v_amount%>" />
<input type="hidden" name="v_moneytype" value="<%=v_moneytype%>" />