?? logon.aspx
字號:
<%@ Page Language="C#" AutoEventWireup="True" Inherits="Logon" Codebehind="Logon.aspx.cs" %>
<!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">
<Link href=style.css rel=stylesheet />
<title>管理員登錄</title>
</head>
<body>
<form id="form1" runat="server">
<div align="center">
<table border="0" cellpadding="0" cellspacing="0" style="border-right: #cccccc 1px solid;
border-top: #cccccc 1px solid; border-left: #cccccc 1px solid; width: 760px;
border-bottom: #cccccc 1px solid">
<tr>
<td bgcolor="#cccccc" style="height: 19px">
管理員登錄51aspx/51aspx</td>
</tr>
<tr>
<td style="height: 131px">
<table border="0" cellpadding="0" cellspacing="0" style="width: 100%">
<tr>
<td colspan="2">
</td>
</tr>
<tr>
<td align="right" style="width: 384px; height: 24px">
用戶名:</td>
<td align="left" style="height: 24px">
<asp:TextBox ID="tbx_name" runat="server" Width="91px"></asp:TextBox></td>
</tr>
<tr>
<td align="right" style="width: 384px">
密 碼:</td>
<td align="left">
<asp:TextBox ID="tbx_pwd" runat="server" TextMode="Password" Width="91px"></asp:TextBox></td>
</tr>
<tr>
<td align="center" colspan="2" style="height: 17px">
<asp:Label ID="Message" runat="server" ForeColor="Red" Visible="False"></asp:Label></td>
</tr>
<tr>
<td align="center" colspan="2" style="height: 24px">
<asp:Button ID="btn_login" runat="server" BorderStyle="Groove" OnClick="btn_login_Click"
Text="登錄" />
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td bgcolor="#cccccc" style="height: 19px">
Copyright 北京瀛嘉科技發展有限公司</td>
</tr>
</table>
</div>
</form>
</body>
</html>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -