📄 paybank.aspx
字号:
<%@ Page language="c#" Codebehind="paybank.aspx.cs" AutoEventWireup="false" Inherits="qruan.paybank" %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
<HTML>
<HEAD>
<title>SendOrder</title>
<meta content="Microsoft Visual Studio .NET 7.1" name="GENERATOR">
<meta content="C#" name="CODE_LANGUAGE">
<meta content="JavaScript" name="vs_defaultClientScript">
<meta content="http://schemas.microsoft.com/intellisense/ie5" name="vs_targetSchema">
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<style>
body,input,td{font-size:9pt}
</style>
</HEAD>
<body>
<form name="cnPayForm" action="https://www.cncard.net/purchase/getorder.asp" method="post">
<table width="50%" border="0" align="center" cellpadding="3" cellspacing="1" bgcolor="#4777bc">
<tr>
<td height="30" colspan="2"> <font color="#ffffff">云网支付@网 支付测试填写订单测试页</font></td>
</tr>
<tr>
<td width="25%" height="25" align="center" bgcolor="#f5f5f5">订单号</td>
<td width="75%" bgcolor="#ffffff"> <%=c_order%></td>
</tr>
<tr>
<td width="25%" height="25" align="center" bgcolor="#f5f5f5">订单金额</td>
<td width="75%" bgcolor="#ffffff"> ¥<%=c_orderamount%></td>
</tr>
<tr>
<td width="25%" height="25" align="center" bgcolor="#f5f5f5"></td>
<td width="75%" bgcolor="#ffffff"> </td>
</tr>
<tr align="center" bgcolor="#ffffff">
<td colspan="2">
<table width="98%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="50%" align="center"><a href="https://www.cncard.net" target="_blank" title="云网支付@网"><img src="https://www.cncard.net/images/main_left_01.gif" width="159" height="55" border="0"></a></td>
<td width="50%" align="center"><input type="submit" name="submit" value="点击 -> 云网支付@网"></td>
</tr>
</table> </td>
</tr>
</table>
<input type="hidden" name="c_mid" value="<%=c_mid%>"> <input type="hidden" name="c_order" value="<%=c_order%>">
<input type="hidden" name="c_orderamount" value="<%=c_orderamount%>"> <input type="hidden" name="c_ymd" value="<%=c_ymd%>">
<input type="hidden" name="c_moneytype" value="<%=c_moneytype%>"> <input type="hidden" name="c_retflag" value="<%=c_retflag%>">
<input type="hidden" name="c_paygate" value="<%=c_paygate%>"> <input type="hidden" name="c_returl" value="<%=c_returl%>">
<input type="hidden" name="c_memo1" value="<%=c_memo1%>"> <input type="hidden" name="c_memo2" value="<%=c_memo2%>">
<input type="hidden" name="c_language" value="<%=c_language%>"> <input type="hidden" name="notifytype" value="<%=notifytype%>">
<input type="hidden" name="c_signstr" value="<%=c_signstr%>">
</form>
</body>
</HTML>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -