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

📄 recieve.aspx

📁 在线小说阅读
💻 ASPX
字号:
<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="Recieve.aspx.cs" Inherits="novel.Recieve" %>

<!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>
        <table style="width: 832px; height: 1px">
            <tr>
                <td colspan="3" style="height: 22px">
                    <img src="image/logo.JPG" /></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: 62px; height: 21px">
                    <span style="font-size: 12px">订单号:</span></td>
                <td colspan="2" style="height: 21px">
                    <asp:TextBox ID="oid" runat="server" Font-Size="12px"></asp:TextBox></td>
            </tr>
            <tr>
                <td style="width: 62px; height: 21px">
                    <span style="font-size: 12px">支付银行:</span></td>
                <td colspan="2" style="height: 21px">
                    &nbsp;<asp:TextBox ID="pmode" runat="server" Font-Size="12px"></asp:TextBox></td>
            </tr>
            <tr>
                <td style="width: 62px; height: 21px">
                    <span style="font-size: 12px">币种:</span></td>
                <td colspan="2" style="height: 21px">
                    &nbsp;<asp:TextBox ID="moneytype" runat="server" Font-Size="12px"></asp:TextBox></td>
            </tr>
            <tr>
                <td style="width: 62px; height: 21px">
                    <span style="font-size: 12px">现有金额:</span></td>
                <td colspan="2" style="height: 21px">
                    <asp:TextBox ID="amount" runat="server" Font-Size="12px"></asp:TextBox><span style="font-size: 12px">元</span></td>
            </tr>
            <tr>
                <td style="width: 62px; height: 21px">
                    <span style="font-size: 12px">支付金额:</span></td>
                <td colspan="2" style="height: 21px">
                    <asp:TextBox ID="v_amount" runat="server" Font-Size="12px"></asp:TextBox><span style="font-size: 12px">元</span></td>
            </tr>
            <tr>
                <td style="width: 62px; height: 21px">
                    <span style="font-size: 12px">支付密码:</span></td>
                <td colspan="2" style="height: 21px">
                    <asp:TextBox ID="Text_password" runat="server" Font-Size="12px" TextMode="Password"></asp:TextBox></td>
            </tr>
            <tr>
                <td style="width: 62px; height: 21px">
                    <span style="font-size: 12px">备注:</span></td>
                <td colspan="2" style="height: 21px">
                    <asp:TextBox ID="remark" runat="server" Font-Size="12px"></asp:TextBox></td>
            </tr>
            <tr>
                <td style="width: 62px; height: 21px">
                    <span style="font-size: 12px">验证码:</span></td>
                <td colspan="2" style="height: 21px">
                    <asp:TextBox ID="TextBox1" runat="server" Font-Size="12px"></asp:TextBox>
                    <asp:Image ID="Image1" runat="server" ImageUrl="check.aspx" />
                    <asp:RequiredFieldValidator ID="RequiredFieldValidator1" runat="server" ErrorMessage="请输入验证码"
                        Font-Size="12px" ControlToValidate="TextBox1"></asp:RequiredFieldValidator></td>
            </tr>
            <tr>
                <td style="width: 62px; height: 21px">
                    <span style="font-size: 12px">确认上面信息误会以后支付</span></td>
                <td colspan="2" style="height: 21px">
                    <asp:Button ID="Button1" runat="server" Font-Size="12px" OnClick="Button1_Click"
                        Text="支付" /></td>
            </tr>
        </table>
    
    </div>
    </form>
</body>
</html>

⌨️ 快捷键说明

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