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