?? 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 + -