?? userlogin.aspx
字號(hào):
?<%@ Page Language="C#" AutoEventWireup="true" CodeFile="userLogin.aspx.cs" Inherits="user_userLogin" %>
<!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>
</head>
<body onload ="getPrevUrl();">
<form id="form1" runat="server">
<div>
<div class ="left"><!-- #include file ="user_left.htm" --></div>
<div class ="center">
<div style="font-size: 11pt">
<table style="width: 282px; height: 86px; margin-top: 50px; margin-left: 20px; ">
<tr>
<td style="width: 71px">
用戶名:</td>
<td style="width: 184px">
<asp:TextBox ID="tb_username" runat="server" Width="150px"></asp:TextBox></td>
</tr>
<tr>
<td style="width: 71px; height: 23px">
密 碼:</td>
<td style="width: 184px; height: 23px">
<asp:TextBox ID="tb_password" runat="server" TextMode="Password" Width="150px"></asp:TextBox></td>
</tr>
<tr>
<td style="text-align: right;" colspan="2">
<asp:Button ID="Button1" runat="server" OnClick="btnLogin_Click" Style="border-top-style: none;
border-right-style: none; border-left-style: none; background-color: transparent;
border-bottom-style: none; font-size: 11pt; color: #3300ff;" Text="用戶登錄" />
<asp:Button ID="Button2" runat="server" OnClick="btn_forget_pass_Click" Style="border-top-style: none;
border-right-style: none; border-left-style: none; background-color: transparent;
border-bottom-style: none; font-size: 11pt; color: #3300ff;" Text="忘記密碼" />
</td>
</tr>
</table>
</div>
</div>
</div>
<asp:HiddenField ID="hfUrl" runat="server" />
</form>
</body>
</html>
<script type ="text/javascript">
function getPrevUrl()
{
var hfUrl=document.getElementById("hfUrl");
}
</script>
?? 快捷鍵說(shuō)明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -