📄 login.aspx
字号:
<%@ Page language="c#" Codebehind="Login.aspx.cs" AutoEventWireup="false" Inherits="Library_BS.Login" %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
<HTML>
<HEAD>
<title>WebForm1</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">
</HEAD>
<body MS_POSITIONING="GridLayout">
<form id="Form1" method="post" runat="server">
<FONT face="宋体">
<TABLE id="Table1" style="Z-INDEX: 101; LEFT: 128px; WIDTH: 320px; POSITION: absolute; TOP: 80px; HEIGHT: 143px"
cellSpacing="1" cellPadding="1" width="320" border="1">
<TR>
<TD style="WIDTH: 95px; HEIGHT: 40px" align="center" bgColor="#ffcccc">注册名</TD>
<TD style="HEIGHT: 40px" align="center" bgColor="#ffcc99"><asp:textbox id="TextBox1" runat="server" Height="34px" Width="129px"></asp:textbox></TD>
</TR>
<TR>
<TD style="WIDTH: 95px" align="center" bgColor="#ffcccc">证号</TD>
<TD align="center" bgColor="#ffcc99"><asp:textbox id="TextBox2" runat="server" Height="34px" Width="129px"></asp:textbox></TD>
</TR>
<TR>
<TD style="WIDTH: 95px; HEIGHT: 38px" align="center" bgColor="#ffcccc">密码</TD>
<TD style="HEIGHT: 38px" align="center" bgColor="#ffcc99"><asp:textbox id="TextBox3" runat="server" Height="34" Width="129" TextMode="Password"></asp:textbox></TD>
</TR>
</TABLE>
<asp:button id="Button1" style="Z-INDEX: 102; LEFT: 128px; POSITION: absolute; TOP: 248px" runat="server"
Height="32" Width="73" Text="登录进入" ForeColor="Magenta"></asp:button><asp:button id="Button2" style="Z-INDEX: 103; LEFT: 248px; POSITION: absolute; TOP: 248px" runat="server"
Height="32px" Width="88px" Text="读者注册" ForeColor="DeepPink"></asp:button><asp:button id="Button3" style="Z-INDEX: 104; LEFT: 376px; POSITION: absolute; TOP: 248px" runat="server"
Height="32px" Width="73px" Text="忘记密码" ForeColor="Magenta"></asp:button></FONT></form>
</body>
</HTML>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -