📄 admin_login.asp
字号:
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<meta name="GENERATOR" content="Microsoft FrontPage 6.0">
<meta name="ProgId" content="FrontPage.Editor.Document">
<LINK href="css/index.css" type=text/css rel=stylesheet>
<title>后台登陆</title>
</head>
<body>
<script language=javascript>
function OnSend()
{
if (document.forms[0].yhm.value != "" && document.forms[0].mm.value != "")
document.forms[0].submit();
else
alert("用户名和密码不能为空!");
}
</script>
<div align="center">
<center>
<table border="0" cellpadding="0" cellspacing="0" width="100%" height="100%">
<tr>
<td width="909" height="75">
<p align="center"> <font color="#ff0000">【</font><font color="#008080">用户登录</font><font color="#ff0000">】</font>
<div align="center">
<form action="Admin_chklogin.asp" method="POST" target="_top">
<table border="0" width="85%" cellpadding="0" cellspacing="0" bordercolorlight="#009999" bordercolordark="#FFFFFF" height="97">
<tr>
<td width="50%" height="33">
<p align="right">用户名:</p>
</td>
<td width="50%" height="33">
<p align="left"> <input type="text" name="yhm" size="11" class="f1" style="background-color: #E6F7FF; width: 152; height: 18"></p>
</td>
</tr>
<tr>
<td width="50%" height="33">
<p align="right">密 码:</p>
</td>
<td width="50%" height="33">
<p align="left"> <input type="password" name="mm" size="11" class="f1" style="background-color: #E6F7FF; width: 152; height: 18"></td>
</tr>
<tr>
<td width="50%" height="34">
<p align="right">验证码:</td>
<td width="50%" height="34">
<INPUT type=text size=6 name='verifycode'> <input type="hidden" name="verifycode2" value=""> 请输入<b><img src="GetCode.asp" border=0></td>
</tr>
<tr>
<td width="93%" height="31" colspan="2">
<p align="center"><input type="button" value="登录" name="B1" style="font-size: 12px; background-color: #FFFFFF; color: #008080; letter-spacing: -1pt; border-left: 0 solid #FFFFFF; border-right-style: solid; border-right-color: #FFFFFF; border-top: 0 solid #FFFFFF; border-bottom: 0 solid #FFFFFF" onclick="OnSend()">
<input type="reset" value="清空" name="B2" style="font-size: 12px; background-color: #FFFFFF; color: #008080; letter-spacing: -1pt; border-left: 0 solid #FFFFFF; border-right-style: solid; border-right-color: #FFFFFF; border-top: 0 solid #FFFFFF; border-bottom: 0 solid #FFFFFF"></p>
</td>
</tr>
</table>
</form>
</div>
</td>
</center>
</tr>
</table>
</div>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -