📄 login.asp
字号:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>管理入口</title>
<link href="../images/realty.css" rel="stylesheet" type="text/css">
</head>
<body>
<% If request.Cookies("okadmin")="" Then %>
<form action="chklogin.asp" method=post>
<table width="413" border="0" align="center" cellpadding="0" cellspacing="0" bgcolor="#EEEAD6">
<tr>
<td height="29" colspan="3" background="../images/topbg.gif"> <table width="95%" align="right" border="0" cellspacing="0" cellpadding="0">
<tr>
<td align="left" valign="middle"><font color="#FFFFFF"><B>管理入口</B></font></td>
<td width="8%" align="center"><img src="../images/help.GIF" width="21" height="21"></td>
</tr>
</table></td>
</tr>
<tr>
<td width="3" background="../images/link.GIF"></td>
<td><table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td height="75" background="../images/bgtop.gif" >
<table width="100%" height="75" border="0" cellpadding="0" cellspacing="0">
<tr>
<td width="30%" align="left" valign="bottom"> <font color="#FFFFFF"><img src="../images/dlbg.gif" width="411" height="74"></td>
</tr>
</table>
</td>
</tr>
<tr>
<td><table width="95%" border="0" align="center">
<tr><td>
<fieldset><legend accesskey="F" align="left">登陆窗口</legend>
<table border="0" cellpadding="2" style="border-collapse: collapse" bordercolor="#111111" width="100%" id="AutoNumber3" height="122">
<tr>
<td width="100%" height="118"> <p align="center"><font face="宋体"><span style="font-size: 9pt">帐号</span></font><span style="font-size: 9pt">:
<input type="text" name="username" size="16">
<br>
<br>
密码:
<input type="password" name="password" size="16">
</span></p>
<p align="center">
<input type="submit" value="登录" name="submit">
<input type="reset" value="取消" name="submit1">
</td>
</tr>
</table>
</fieldset>
</td></tr>
</table></td>
</tr>
</table></td>
<td width="3" background="../images/link.GIF"></td>
</tr>
<tr><td height="3" background="../images/linkbom.GIF" colspan="3"></td></tr>
</table>
</form>
<table width="400" height="73" border="0" align="center">
<tr>
<td><div align="center">
<p align="center"><span style="font-size: 9pt">
<% if request("err")=1 then%>
错误提示: <font color="#990000"><b>管理员名称不能为空!</b>
<%end if%>
</font>
<% if request("err")=2 then%>
错误提示: <font color="#990000"><b>管理员密码不能为空!</b>
<%end if%>
</font>
<% if request("err")=3 then%>
错误提示: <font color="#990000"><b>管理员密码错误!</b>
<%end if%>
</font>
<% if request("err")=4 then%>
错误提示: <font color="#990000"><b>管理员名称错误!</b>
<%end if%>
</font></span> </div></td>
</tr>
</table>
<p>
<% Else %>
<% response.Redirect("manage.asp") %>
<% End If %>
</p>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -