login.aspx

来自「该商品销售管理系统是一个基于WEB的适应于小型企业的管理系统!可以实现商品基本信」· ASPX 代码 · 共 39 行

ASPX
39
字号
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="login.aspx.cs" Inherits="login" %>

<!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 id="Head1" runat="server">
    <title>用户登录</title>
</head>
<body>
    <form id="form1" runat="server">
    <div>
        &nbsp;&nbsp;<br />
        <br />
        <table style="background-image: url(img/loginback.jpg); width: 50px; height: 467px; background-position: center center; background-repeat: no-repeat;">
            <tr>
                <td colspan="6" rowspan="5" style="width: 985px">
        <asp:Label ID="label1" runat="server" Height="16px" Text="用户名:" Width="64px" style="z-index: 100; left: 512px; position: relative; top: -40px" Font-Size="Smaller"></asp:Label><asp:Label ID="label2" runat="server" Height="16px" Text="密码:" Width="66px" style="z-index: 100; left: 448px; position: relative; top: -16px" Font-Size="Smaller"></asp:Label>
                    <asp:TextBox ID="username" runat="server" style="z-index: 100; left: 426px; position: relative; top: -37px" Height="13px" Width="112px" TabIndex="2"></asp:TextBox><asp:TextBox ID="userpwd" runat="server" TextMode="Password" style="z-index: 100; left: 308px; position: relative; top: -15px" Height="13px" Width="112px" TabIndex="2"></asp:TextBox>&nbsp;&nbsp;
        <asp:RequiredFieldValidator ID="RequiredFieldValidator1" runat="server" ErrorMessage="RequiredFieldValidator" ControlToValidate="username" style="z-index: 100; left: 299px; position: relative; top: -38px" Font-Size="Smaller" Height="9px" Width="81px">*</asp:RequiredFieldValidator>
        <asp:RequiredFieldValidator ID="RequiredFieldValidator2" runat="server" ErrorMessage="RequiredFieldValidator" ControlToValidate="userpwd" style="z-index: 100; left: 693px; position: absolute; top: 270px" Font-Size="Smaller" Height="9px" Width="81px">*</asp:RequiredFieldValidator>
                    <asp:ImageButton ID="memberlogin" runat="server" ImageUrl="~/img/login_10.gif" OnClick="memberlogin_Click1"
                        Style="left: 63px; position: relative; top: 23px" TabIndex="2" /></td>
            </tr>
            <tr>
            </tr>
            <tr>
            </tr>
            <tr>
            </tr>
            <tr>
            </tr>
        </table>
        &nbsp;&nbsp;
        <asp:ImageButton ID="ImageButton1" runat="server" ImageUrl="~/img/login_12.gif" OnClick="ImageButton1_Click"
            Style="left: 604px; position: relative; top: -228px" /></div>
    </form>
</body>
</html>

⌨️ 快捷键说明

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