?? loging.aspx
字號:
?<%@ Page Language="C#" AutoEventWireup="true" CodeFile="Loging.aspx.cs" Inherits="_Default" %>
<!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>
<link href="StyleSheet.css" rel="stylesheet" type="text/css" />
<script language="javascript" type="text/javascript">
<!--
function Button2_onclick() {
window.close();
}
// -->
</script>
</head>
<body alink="#000000">
<form id="form1" runat="server">
<div align="center" >
<table style="width: 343px; height: 104px; border-top-style: solid; border-right-style: solid; border-left-style: solid; border-bottom-style: solid;" align="center" bgcolor="#ffffff" border="0" cellpadding="0" cellspacing="0">
<tr >
<td align="center" colspan="3" style="height: 17px; font-weight: bold; font-size: 25px; color: #ffffff; font-family: 楷體_GB2312; background-color: #33ffff;" valign="middle" background="BG/007.jpg">
<font size="5"> 用戶登陸</font>
</td>
</tr>
<tr>
<td style="width: 88px; font-weight: bold; height: 26px;" align ="right" >
帳號:
</td>
<td style="width: 117px; font-weight: normal; height: 26px;">
<asp:TextBox ID="TextBox1" runat="server"></asp:TextBox></td>
<td style="width: 106px; font-weight: normal; height: 26px;">
<asp:RequiredFieldValidator ID="RequiredFieldValidator1" runat="server" ControlToValidate="TextBox1"
ErrorMessage="*請輸入帳號"></asp:RequiredFieldValidator></td>
</tr>
<tr>
<td style="width: 88px; font-weight: bold; height: 25px;" align="right" >
密碼:
</td>
<td style="width: 117px; height: 25px;">
<asp:TextBox ID="TextBox2" runat="server" TextMode="Password" Width="149px"></asp:TextBox></td>
<td style="width: 106px; height: 25px;">
<asp:RequiredFieldValidator ID="RequiredFieldValidator2" runat="server" ControlToValidate="TextBox2"
ErrorMessage="*請輸入密碼"></asp:RequiredFieldValidator></td>
</tr>
<tr>
<td align="center" colspan="3" style="height: 21px" bgcolor="#ffffff">
<asp:Button ID="Button1" runat="server" Text="登陸" OnClick="Button1_Click" />
<input id="Button2" type="button" value="退出" language="javascript" onclick="return Button2_onclick()" /></td>
</tr>
<tr>
<td colspan="3" align ="center" style="height: 15px;" valign="middle" bgcolor="#33ffff" background="BG/007.jpg" >
<asp:Label ID="Label1" runat="server" Text="message" Font-Size="Smaller" ForeColor="Red" Width="153px" Height="13px"></asp:Label></td>
</tr>
</table>
</div>
</form>
</body>
</html>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -