📄 send.aspx
字号:
<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="send.aspx.cs" Inherits="novel.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 background="image/background.jpg">
<form id="form1" runat="server">
<div>
<asp:Label ID="Label1" runat="server" Font-Size="12px" Text="Label"></asp:Label> </div>
<table style="width: 828px; height: 1px" border="1">
<tr>
<td colspan="3" style="height: 72px">
<img src="image/logo.JPG" style="width: 939px" /></td>
</tr>
<tr>
<td colspan="3" style="height: 22px">
<span style="font-size: 12px">网上充值</span></td>
</tr>
<tr>
<td colspan="3" style="height: 22px">
<span style="font-size: 9pt; color: #ff0000">以下几项为网上支付重要信息,信息必须正确无误,信息会影响支付进行!</span></td>
</tr>
<tr>
<td style="width: 115px; height: 21px">
<span style="font-size: 12px"></span></td>
<td style="width: 3px; height: 21px">
</td>
<td style="height: 21px; width: 219px;">
</td>
</tr>
<tr>
<td style="width: 115px; height: 21px">
<span style="font-size: 12px">用户号:</span></td>
<td style="width: 3px; height: 21px">
</td>
<td style="width: 219px; height: 21px">
</td>
</tr>
<tr>
<td style="width: 115px; height: 1px">
<span style="font-size: 12px">支付银行:</span></td>
<td style="width: 3px; height: 1px">
<asp:DropDownList ID="pmode" runat="server" Font-Size="12px">
<asp:ListItem>建行</asp:ListItem>
<asp:ListItem>农行</asp:ListItem>
<asp:ListItem>工行</asp:ListItem>
</asp:DropDownList></td>
<td style="height: 1px; width: 219px;">
<asp:RequiredFieldValidator ID="RequiredFieldValidator2" runat="server" ErrorMessage="选择支付银行"
Font-Size="12px" ControlToValidate="pmode"></asp:RequiredFieldValidator></td>
</tr>
<tr>
<td style="width: 115px; height: 21px">
<span style="font-size: 12px">币种:</span></td>
<td style="width: 3px; height: 21px">
<asp:DropDownList ID="moneytype" runat="server" Font-Size="12px">
<asp:ListItem>人民币 </asp:ListItem>
<asp:ListItem>美元</asp:ListItem>
</asp:DropDownList></td>
<td style="height: 21px; width: 219px;">
<asp:RequiredFieldValidator ID="RequiredFieldValidator3" runat="server" ErrorMessage="选择支付币种"
Font-Size="12px" ControlToValidate="moneytype"></asp:RequiredFieldValidator></td>
</tr>
<tr>
<td style="width: 115px; height: 2px">
<span style="font-size: 12px">现有金额:</span></td>
<td style="width: 3px; height: 2px">
<asp:TextBox ID="amount" runat="server" Font-Size="12px"></asp:TextBox><span style="font-size: 12px">元</span></td>
<td style="height: 2px; width: 219px;">
</td>
</tr>
<tr>
<td style="width: 115px; height: 1px">
<span style="font-size: 12px">支付金额:</span></td>
<td style="width: 3px; height: 1px">
<asp:TextBox ID="v_amount" runat="server" Font-Size="12px"></asp:TextBox><span style="font-size: 12px">元</span></td>
<td style="height: 1px; width: 219px;">
<asp:RequiredFieldValidator ID="RequiredFieldValidator5" runat="server" ErrorMessage="输入支付金额"
Font-Size="12px" ControlToValidate="v_amount"></asp:RequiredFieldValidator></td>
</tr>
<tr>
<td style="width: 115px; height: 5px">
<span style="font-size: 12px">支付密码:</span></td>
<td style="width: 3px; height: 5px">
<asp:TextBox ID="Text_password" runat="server" Font-Size="12px" TextMode="Password"></asp:TextBox></td>
<td style="height: 5px; width: 219px;">
<asp:RequiredFieldValidator ID="RequiredFieldValidator6" runat="server" ErrorMessage="输入支付密码"
Font-Size="12px" ControlToValidate="Text_password"></asp:RequiredFieldValidator></td>
</tr>
<tr>
<td style="width: 115px; height: 15px">
<span style="font-size: 12px">再次输入支付密码:</span></td>
<td style="width: 3px; height: 15px">
<asp:TextBox ID="password" runat="server" Font-Size="12px" TextMode="Password"></asp:TextBox></td>
<td style="height: 15px; width: 219px;">
<asp:CompareValidator ID="CompareValidator1" runat="server" ControlToCompare="Text_password"
ControlToValidate="password" ErrorMessage="两次密码不一致" Font-Size="12px"></asp:CompareValidator></td>
</tr>
<tr>
<td style="width: 115px; height: 4px">
<span style="font-size: 12px">备注:</span></td>
<td style="width: 3px; height: 4px">
<asp:TextBox ID="remark" runat="server" Font-Size="12px"></asp:TextBox></td>
<td style="height: 4px; width: 219px;">
<asp:RequiredFieldValidator ID="RequiredFieldValidator7" runat="server" ErrorMessage="请输入你的备注"
Font-Size="12px" ControlToValidate="remark"></asp:RequiredFieldValidator></td>
</tr>
<tr>
<td colspan="3" style="height: 17px">
<span style="font-size: 9pt; color: #ff0000">以上几项项为网上支付完成后,随支付反馈信息一同传给信息接收页,在传输过程中内容不会改变</span></td>
</tr>
<tr>
<td style="width: 115px; height: 21px">
<asp:Button ID="Button1" runat="server" Font-Size="12px" OnClick="Button1_Click"
Text="确定支付" /></td>
<td style="width: 3px; height: 21px">
</td>
<td style="height: 21px; width: 219px;">
</td>
</tr>
<tr>
<td colspan="3" style="height: 9px">
<span style="font-size: 9pt; color: #ff3300">以<span style="color: #ff0000">下几项与网上支付货款无关,只是用来记录客户信息,可以不用,使用和不使用都不影响支付</span></span></td>
</tr>
<tr>
<td style="width: 115px;">
<span style="font-size: 12px">地址:</span></td>
<td style="width: 3px;">
<asp:TextBox ID="TextBox1" runat="server" Font-Size="12px"></asp:TextBox></td>
<td style="width: 219px;">
</td>
</tr>
<tr>
<td style="width: 115px; height: 27px;">
<span style="font-size: 12px">邮件:</span></td>
<td style="width: 3px; height: 27px;">
<asp:TextBox ID="TextBox2" runat="server" Font-Size="12px"></asp:TextBox></td>
<td style="width: 219px; height: 27px;">
</td>
</tr>
<tr>
<td style="width: 115px; height: 21px">
<span style="font-size: 12px">性别:</span></td>
<td style="width: 3px; height: 21px">
<asp:DropDownList ID="DropDownList1" runat="server" Font-Size="12px">
<asp:ListItem>男</asp:ListItem>
<asp:ListItem>女</asp:ListItem>
</asp:DropDownList></td>
<td style="height: 21px; width: 219px;">
</td>
</tr>
<tr>
<td style="width: 115px;">
<span style="font-size: 12px">年龄:</span></td>
<td style="width: 3px;">
<asp:TextBox ID="TextBox3" runat="server" Font-Size="12px"></asp:TextBox></td>
<td style="width: 219px;">
</td>
</tr>
</table>
</form>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -