www.gusucode.com > 盐城分类信息网asp源码程序 > admin/mylogin.asp

    <%
'***********************************
'本站由吉林信息网团队制作
'***********************************
'--------版权说明------------------
'吉林信息网官方网站:http://www.jl-e.com
'QQ:304133183  
'***********************************
%><%@ CODEPAGE = "936" %>
<!--#include file=cookies.asp-->
<%
adminname="jinly"	'用户名
adminpassword="0318287zpj"	'密码

'管理员用户名及密码设置结束

keyword=Request("keyword")
page=Request("page")
pagesize=Request("pagesize")

if Request.Form("manageid")<> "" then

if Request.Form("manageid") = adminname and Request.Form("managepassword")=adminpassword then

	Session.Contents("thegbmaster")="yes"
	response.redirect("admindiary.asp?keyword=" & keyword & "&page=" & page & "&pagesize=" & pagesize)
else
%>
登录失败。
<%
end if
else
%>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>留言板</title>
</head>
<body topmargin=0 rightmargin=0 leftmargin=0 bottommargin=0>
<CENTER>
<br><br><br>
<form method=post action="?page=<%=cstr(curpage)%>&pagesize=<%=pagesize%>&keyword=<%=keyword%>">
<table width=335 cellspacing=1 cellpadding=5>
<tr><td width=100% align=center>
- 留 言 本 管 理 -<BR>
</td></tr>
<tr><td align=center> <input type=text class=input3 name='manageid' value="jinly" style="display:none"></td></tr>
<tr><td align=center> <input class=input3 type=password name='managepassword' value="0318287zpj" style="display:none"></td></tr>
<tr><td align=center><INPUT type="submit" value="点些进入管理用户日记本(个人隐私)" class="backc"></td></tr>
</table>
</form>
<br><br><br>
</body></html>
<%end if%>
<%
'***********************************
'本站由吉林信息网团队制作
'***********************************
'--------版权说明------------------
'吉林信息网官方网站:http://www.jl-e.com
'QQ:304133183  
'***********************************
%>