📄 login.aspx
字号:
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="login.aspx.cs" Inherits="manage_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 runat="server">
<title>起点9小说网</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<link href="Style.css" rel="stylesheet" type="text/css" />
</head>
<body>
<form id="form1" runat="server">
<div style="width:300px; height:160px; border:green 1px solid; margin-top:20px;">
<div style="margin-top:30px; margin-left:50px;">
<div style="text-align:left;">用 户:<asp:TextBox ID="Text_Admin" runat="server" Width="130px"></asp:TextBox></div>
<div style="text-align:left;">密 码:<asp:TextBox ID="Text_PassWord" runat="server" TextMode="Password" Width="130px"></asp:TextBox></div>
<div style="text-align:left;">验证码:<asp:TextBox ID="Text_Validate" runat="server" MaxLength="3" Width="130px"></asp:TextBox><img alt="点击刷新" src="../validate.aspx?time=' + Math.random();" style="cursor:pointer;" onclick="this.src='../validate.aspx?time=' + Math.random();" /></div>
<div style="margin-top:10px; margin-left:-30px;"><asp:Button ID="button_Login" runat="server" Text="登陆" OnClick="button_Login_Click" /></div>
</div>
</div>
</form>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -