📄 userlogin.aspx
字号:
<%@ 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>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -