guanlirukou.asp

来自「健康哈师大恺撒奖互动了看见爱好思路委屈戊二醛 问起我iuoeyioquweqwi」· ASP 代码 · 共 143 行

ASP
143
字号
<!--#include file="abc/As_md5.asp"-->
<!--#include file="abc/xx.asp"--><head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<style type="text/css">
<!--
body {
	margin:0px; scrollbar-face-color: #C5EDE8;
	scrollbar-highlight-color: #C5EDE8;
	scrollbar-shadow-color: #33dbc6;
	scrollbar-3dlight-color:#33dbc6;
	scrollbar-arrow-color: #33dbc6;
	scrollbar-darkshadow-color:#C5EDE8;
	background-image:  url('img/bg4.gif');
	background-position: 
               center 50%;
	
}
body, td, th {
	font-size: 12px;
	color: #079B89;
	font-family: 宋体;
}
a {
	font-family: 宋体;
	font-size: 12px;
}
a:link {
	text-decoration: none;
	color: #079B89;
}
a:visited {
	text-decoration: none;
	color: #079B89;
}
a:hover {
	text-decoration: none;
	color: #B2F2EA;
}
a:active {
	text-decoration: none;
	color: B2F2EA;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 宋体;
}
.an {	background-color: #FFFFFF;
	border: 1pt dashed #B9E4B2;
	font-family: "宋体";
	font-size: 12px;
	font-weight: normal;
	color: #58BE47;
}
-->
</style>
<%
if request("action")="check" then 
  if request("username")="" or request("password")="" then 
    response.write "请输入用户名和密码!"
  else  
    session("UserName")=request("username")
    session("PassWord")=md5(request("password"))
    response.Redirect("WangzhanGuanli.asp")
  end if
end if
%>
<title>管理入口——〖阿赛〗</title>
<SCRIPT LANGUAGE="JavaScript">
function password() {
var testV = 1;
var pass1 = prompt('请输入密码(如果你不是管理员,请不要尝试啦!谢谢合作!):','');
while (testV < 3) {
if (!pass1) 
history.go(-1);
if (pass1 == "asai") {
alert('欢迎你,阿赛!');
break;
} 
testV+=1;
var pass1 = 
prompt('你是阿赛吗(怀疑^_^)?不是的话请离开该页面,好吗?密码错误!请重新输入:');
}
if (pass1!="password" & testV ==2)               
close();
return "";
}						
document.write(password());
</SCRIPT>

<form name="form1" method="post" action="GuanliRukou.asp?action=check">
</head>
<div align="center">
<table width="495" height="553"  border="0" cellpadding="0" cellspacing="0" bgcolor="#FFFFFF">
  <tr>
    <td width="500" height="200" align="center" valign="top"><table width="98%" height="196" border="0" cellpadding="0" cellspacing="0">
<tr><td>
<table id="bj" width="486" border="0" cellspacing="0" cellpadding="0" height="200">
<tr><td>
<!--#include file="abc/f.asp"-->
</td>
</tr></table>
<!--#include file="abc/t.asp"-->
</td></tr>
</table>
</td></tr>


<tr><td height="8" valign="top">
<table width="480" border="0" cellspacing="0" cellpadding="0" align="center">
<tr><td width="480"><p align="center"><!--#include file="abc/m.asp"--></td></tr></table></td></tr>
<tr><td height="300" valign="top"> 
      <table width="445"  border="0" height="92%" align="center" cellpadding="0" cellspacing="0">
        <tr> 
          <td height='294' valign='middle' background-position:center;"> 
            <table width="86%"  border="0" align="center" cellpadding="0" cellspacing="0">
            <tr>
              <td valign="middle">    
    <p align="center">用户名:   
      <input name="username" type="text" class="an" id="username" size="12" >
      密&nbsp;&nbsp;码:   
      <input name="password" type="password" class="an" id="password" size="12">
      <input name="Submit" type="submit" class="an" value="提交" hideFocus=true>  
    </p>
</td>
            </tr>
        </table></td>
      </tr>
    </table></td>
  </tr>
  <tr>
    <td height="8"></td>
  </tr>
  <tr>
<td height="18" align="center">
<script language=javascript src=abc/As_Count.Asp?AsaiTj=2></script>
</td>
  </tr>
  <tr>
    <td height="33" align="center" valign="top">
	<img src="images/X/dgy.gif" width="495" height="50"></td>
  </tr>
</table>
</div>
</form>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?