前臺(tái)代碼:
創(chuàng)新互聯(lián)是一家專業(yè)提供永吉企業(yè)網(wǎng)站建設(shè),專注與成都網(wǎng)站建設(shè)、網(wǎng)站制作、html5、小程序制作等業(yè)務(wù)。10年已為永吉眾多企業(yè)、政府機(jī)構(gòu)等服務(wù)。創(chuàng)新互聯(lián)專業(yè)網(wǎng)站建設(shè)公司優(yōu)惠進(jìn)行中。
<head>
<title></title>
<style type="text/css">
body {font:12px Helvetica, Arial, sans-serif; margin:100px auto; padding:0; word-wrap:break-word; word-break:break-all; background-color:#016BA9;}
.login1{background-p_w_picpath: url(../Images/login_1.jpg); width:960px; height:94px; margin:0 auto;}
.login2{background-p_w_picpath: url(../Images/login_2.jpg); width:960px; height:49px; margin:0 auto; }
.login3{background-p_w_picpath: url(../Images/login_3.jpg); width:960px; height:125px; margin:0 auto;}
.login4{background-p_w_picpath: url(../Images/login_4.jpg); width:960px; height:91px; margin:0 auto;}
.loginTXT{border: 1px solid #800000; width:150px; background-color:#866961; color:#fff; height:19px;}
</style>
<script type="text/javascript">
if (top.location != self.location)
top.location = self.location;
function CheckIn() {
var names = document.getElementById("txtU_Name").value;
var pass = document.getElementById("txtU_Pass").value;
var check = document.getElementById("txtU_Check").value;
if (names == "") {
alert("請(qǐng)輸入用戶名...");
document.getElementById("txtU_Name").focus();
return false;
}
else if (pass == "") {
alert("請(qǐng)輸入用戶密碼...");
document.getElementById("txtU_Pass").focus();
return false;
}
else if (check == "") {
alert("請(qǐng)輸入驗(yàn)證碼...");
document.getElementById("txtU_Check").focus();
return false;
}
}
</script>
</head>
<body>
<form id="form1" runat="server" defaultfocus="txtU_Name" defaultbutton="BtnLogin">
<div class="login1"></div>
<div class="login2"></div>
<div class="login3">
<table cellpadding="0" cellspacing="1" border="0" style="margin-left:320px; width:300px;">
<tr>
<td>用戶名稱:</td>
<td> <asp:textbox ID="txtU_Name" runat="server" class="loginTXT" maxlength="20"></asp:textbox></td>
</tr>
<tr>
<td>用戶密碼:</td>
<td> <input id="txtU_Pass" type="password" runat="server" class="loginTXT" maxlength="6"/></td>
</tr>
<tr>
<td>驗(yàn)證代碼:</td>
<td><asp:textbox ID="txtU_Check" runat="server" class="loginTXT" style="width:85px;" maxlength="5"/> <img src="../VateImage.ashx" onclick="this.src='../VateImage.ashx?'+ new Date().getTime()" alt="看不清楚再換一張!" style="vertical-align:middle;"/></td>
</tr>
<tr>
<td colspan="2"><hr /></td>
</tr>
<tr>
<td></td>
<td>
<asp:button ID="BtnLogin" runat="server" text="登錄管理" OnClientClick="return CheckIn()" onclick="BtnLogin_Click" />
<asp:button ID="BtnHome" runat="server" text="返回首頁"
onclick="BtnHome_Click" />
</td>
</tr>
</table>
</div>
<div class="login4"></div>
</form>
</body>
</html>
后臺(tái)代碼:
protected void BtnLogin_Click(object sender, EventArgs e)
{
string username = txtU_Name.Text;
string pwd = txtU_Pass.Value;
string check = txtU_Check.Text;
if (CheckNull())
{
if (check.ToString().ToLower() == Session["ValidateCode"].ToString().ToLower())
{
string strsql = "select count(1) from Login where UserName='" + username + "' and UserPwd='" + pwd + "'";
object obj = SqlHelper.ExecuteScalar(ConfigurationManager.ConnectionStrings["conn"].ToString(), CommandType.Text, strsql);
if (obj != null && (int)obj > 0)
{
Response.Write("<script> alert('登錄成功!')</script>");
Session["username"] = username;
HttpCookie hc = new HttpCookie("username", username);
hc.Expires = DateTime.Now.AddMinutes(1);
Response.Cookies.Add(hc);
Response.Redirect("Main.aspx");
}
else
{
Response.Write("<script> alert('用戶名或密碼錯(cuò)誤!')</script>");
Response.Write("<script>window.location.href='Login.aspx'</script>");
}
}
else
{
Response.Write("<script> alert('驗(yàn)證碼錯(cuò)誤!')</script>");
Response.Write("<script>window.location.href='Login.aspx'</script>");
}
}
}
private bool CheckNull()
{
return (!(string.IsNullOrEmpty(txtU_Name.Text.Trim())) && !(string.IsNullOrEmpty(txtU_Pass.Value.Trim())) && !(string.IsNullOrEmpty(txtU_Check.Text.Trim()))) ? true : false;
}
main主頁代碼:page_Load
try
{
string username = Session["username"].ToString();
}
catch
{
Response.Write("<script>alert('請(qǐng)從主頁面登錄!');location.href='Login.aspx';</script>");
}
網(wǎng)站標(biāo)題:asp.net登陸前臺(tái)后臺(tái)源代碼
文章URL:http://chinadenli.net/article12/jsisdc.html
成都網(wǎng)站建設(shè)公司_創(chuàng)新互聯(lián),為您提供網(wǎng)站營銷、微信公眾號(hào)、域名注冊(cè)、動(dòng)態(tài)網(wǎng)站、網(wǎng)頁設(shè)計(jì)公司、靜態(tài)網(wǎng)站
聲明:本網(wǎng)站發(fā)布的內(nèi)容(圖片、視頻和文字)以用戶投稿、用戶轉(zhuǎn)載內(nèi)容為主,如果涉及侵權(quán)請(qǐng)盡快告知,我們將會(huì)在第一時(shí)間刪除。文章觀點(diǎn)不代表本網(wǎng)站立場(chǎng),如需處理請(qǐng)聯(lián)系客服。電話:028-86922220;郵箱:631063699@qq.com。內(nèi)容未經(jīng)允許不得轉(zhuǎn)載,或轉(zhuǎn)載時(shí)需注明來源: 創(chuàng)新互聯(lián)