📄 login.asp
字号:
<!--#include file="conn.asp"-->
<%
if session("logined")="ture" then
response.Redirect("manage.asp")
else
if request.form("action")="login" then
if request.form("passwd")=passwd then
session("logined")="true"
response.Redirect("manage.asp")
else
response.Redirect("login.asp")
end if
else
%>
<html>
<head>
<title>管理登录</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<LINK href="7thcss.css" rel=stylesheet>
<style type="text/css">
<!--
body {
background-color: #60FF60;
}
.STYLE1 {color: #FFFFFF}
-->
</style></head>
<div align="center">你的IP已被我们纪录,严禁非法登陆。<BR>
<BR>
</div>
<table align="center" border="1" width="301" height="11" cellpadding="0" cellspacing="0" bordercolor="#FFFFFF" bordercolordark="#FFFFFF" bordercolorlight="#FFFFFF">
<form name="login" method="post" action="login.asp">
<tr>
<td width="291" height="24" align="center" colspan="2" bgcolor="#408080" bordercolor="#00215"><img align=absmiddle src="images/login.gif"> <span class="STYLE1">网址管理系统</span></td>
</tr>
<tr>
<td width="91" height="24" align="right" bgcolor="#EEF7FF">密 码:</td>
<td width="200" height="24" align="center" bgcolor="#EEF7FF">
<div align="center"> <span class="font">
<input name="action" type="hidden" value="login">
<input name="passwd" type="password" class="input" size="12" maxlength="12">
<input name="Submit" type="submit" class="input" value="登陆">
</span></div>
</td>
</tr>
</form> <%
end if
end if
conn.close
Set conn=nothing
%>
</table>
<p align="center">kukud.net版权所有 </p>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -