⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 pay.aspx

📁 这个写的就更好了
💻 ASPX
字号:
<%@ Page language="c#" Codebehind="pay.aspx.cs" AutoEventWireup="false" Inherits="wqios.web.pay.paypals.pay" %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
<HTML>
	<HEAD>
		<title>pay</title>
		<meta content="Microsoft Visual Studio .NET 7.1" name="GENERATOR">
		<meta content="C#" name="CODE_LANGUAGE">
		<LINK href="../kq/style.css" type=text/css rel=stylesheet>
		<meta content="JavaScript" name="vs_defaultClientScript">
		<meta content="http://schemas.microsoft.com/intellisense/ie5" name="vs_targetSchema">
	</HEAD>
	<body>
	<div class="twidth">
		<form id="frmPay" name="frmPay" action="https://www.paypal.com/cgi-bin/webscr" method="post">
			<input type="hidden" value="_xclick" name="cmd"> <input type=hidden value="<%=UserEmail%>" name=business>
			<input type="hidden" value="USD" name="currency_code"> <input type=hidden value="<%=item_name%>" name=item_name>
			<input type="hidden" name="quantity" value="1"> <input type="hidden" name="amount" value="<%=amount%>">
			<input type="hidden" name="return" value="<%=success_return%>"> <input type="hidden" name="cancel_return" value="<%=cancel_return%>">
	    <div id="sittop">
            <div class="l"></div>
            <div class="r"></div>
            <div class="m">
                <asp:label id="lbName" runat="server"></asp:label>
            </div>
        </div>
        <div class="cont">
            <div class="tl"></div>
            <div class="tr"></div>
            <div class="tm"> &nbsp; </div>
            <div class="wrapper">
                <div class="ml"></div>
                <div class="mr"></div>
                <div class="mm" style="height:300px; padding-top:40px; text-align:center ">
			<table width="300" border="0" style="font-size:14px; color:#000; line-height:21px;">
				<tr>
					<td align="right" width="140" height="25">订单号:</td>
					<td width="149" height="25"><%=item_name%></td>
				</tr>
				<tr>
					<td align="right" height="25">支付金额:</td>
					<td height="25"><%=amount%></td>
				</tr>
				<tr>
					<td height="25" colspan="2" align="center"><input type="submit" name="subimt" class="butt" value="在线支付"></td>
				</tr>
			</table>
			  </div>
            </div>
            <div class="bl"></div>
            <div class="br"></div>
            <div class="bm">
                <asp:label id="lbBody" runat="server"></asp:label>
            </div>
        </div>
		</form>
</div>
	</body>
</HTML>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -