📄 adminlogin.asp
字号:
<%
if Request("post")="quit" then
Response.Cookies("username")=""
Response.Cookies("password")=""
error = "退出成功!"
End if
%>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>管理员登录</title>
<style>
<!--
a:link { text-decoration: none;color:#E2007F}
A:visited {text-decoration: none;color:#E2007F}
A:active {text-decoration: underline}
A:hover {text-decoration: underline;color: #000000 }
A.b:link {text-decoration: none; font-size:12px;color:#000000; font-family: 宋体}
A.b:visited {text-decoration: none; font-size:12px;color:#000000; font-family: 宋体}
A.b:active {text-decoration: underline;font-size:12px;color:#000000; font-family: 宋体}
A.b:hover {text-decoration: underline; color: #000000}
.p1 { font-size: 12px; font-family: 宋体; color: #E2007F }
li { color: #E2007F}
td { font-size: 12px; font-family: 宋体; color: #E2007F }
-->
</style>
</head>
<body topmargin="0" leftmargin="0">
<div align="center">
<center>
<table border="0" cellpadding="0" cellspacing="0" width="760">
<tr>
<td height="100">
</td>
</tr>
</table>
</center>
</div>
<div align="center">
<center>
<table border="0" cellpadding="0" cellspacing="0" width="760">
<tr>
<td valign="top">
<div align="center">
<center>
<table border="0" cellpadding="0" cellspacing="0" width="337">
<tr>
<td bgcolor="#FFB5D2" background="../images/Recall_zbg1.gif" height="19" valign="bottom">
<b>管 理 入 口 :::...</b> </td>
</tr>
<tr>
<td width="91%" bgcolor="#FFE1ED" align="center" height="16"></td>
</tr>
<tr><form method=post action="chklogin.asp">
<td width="91%" bgcolor="#FFE1ED" align="center" height="30" valign="middle">用户名:<input class="flat1" style="color: #FF0000; background-color: #FFFFFF; border: 1px solid #000000" size="12" name="username"></td>
</tr>
<tr>
<td width="91%" bgcolor="#FFE1ED" align="center" height="30" valign="middle">密 码:<input class="flat1" style="color: #FF0000; background-color: #FFFFFF; border: 1px solid #000000" type="password" size="12" value name="password"></td>
</tr>
<tr>
<td width="91%" bgcolor="#FFE1ED" align="center" height="30" valign="middle"><input style="color: #FFFFFF; background-color: #FF1171; border: 1px solid #000000" type="submit" value="确 定" name="Submit"> <input style="color: #FFFFFF; background-color: #FF1171; border: 1px solid #000000" type="reset" value="取 消" name="Submit2"></FORM>
</td>
</tr>
<tr>
<td width="91%" bgcolor="#FFE1ED" align="center" height="16">提示:
<%
if error="" then
Response.Write("输入正确的用户名和密码才能进入管理模式!")
else
Response.Write Error
end if
%></td>
</tr>
<tr>
<td width="91%" height="66"></td>
</tr>
</table></form>
</center>
</div>
</td>
</tr>
</table>
</center>
</div>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -