📄 admin_login.asp
字号:
<!--#Include File="md5.asp" -->
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<meta name="GENERATOR" content="Microsoft FrontPage 4.0">
<meta name="ProgId" content="FrontPage.Editor.Document">
<title>80秀传媒设计资讯中心 || 网站作品展示 || 后台管理登陆</title>
<STYLE>
body
{background-image:url(bg1.gif); background-position:center }
</STYLE>
<link href="style.css" type="text/css" rel="stylesheet">
<SCRIPT LANGUAGE="JavaScript" src="inc/js.js"></SCRIPT>
<%
Response.Expires = -1
Response.ExpiresAbsolute = Now() - 1
Response.cachecontrol = "no-cache"
Dim s
randomize timer
s=Int((8999)*Rnd +1000)
%>
</head>
<body bgcolor="#F8F8F3" text="#000000">
<form name="login" method="post" action="admin_check.asp" onSubmit="return CheckForm();">
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br><div align="center">
<center>
<table width="300" border="0" cellpadding="6" cellspacing="1" bgcolor="#666666" class="b" height="173">
<tr bgcolor="#333333" class="text">
<td width="667" align="center" height="16">
<table border="0" width="100%" cellspacing="0" cellpadding="0">
<tr>
<td width="100%" align="center"><b><font color="#F8F8F3">管 理 员
登 陆</font></b></td>
</tr>
</table>
</td>
</tr>
<tr bgcolor="#454545" class="text1">
<td width="667" align="center" height="129">
<div align="center">
<table border="0" cellpadding="0" cellspacing="0" width="100%">
<tr>
<td width="100%" align="center">
<table width="255" border="0" cellspacing="2" cellpadding="0">
<tr>
<td width="63" height="24"><b>账 号</b>:</td>
<td width="192" height="24">
<input type="text" name="name" size="23" value="" onFocus="this.select(); ">
</td>
</tr>
<tr>
<td width="63"><b>密 码</b>:</td>
<td width="192">
<input type="password" name="pass" size="20" onFocus="this.select(); ">
</td>
</tr>
<tr>
<td width="63"><b>验证号</b>:</td>
<td width="192">
<input type="password" name="secruity" size="15">
<font color="#FFFFFF"><b>[ <%=s%> ]</b></font><input maxlength=20 name=checksecruity size=12 type=hidden value=<%=s%>>
</td>
</tr>
<tr>
<td width="63"></td>
<td width="192"></td>
</tr>
</table>
<p>
<input type="submit" name="Submit" value="登陆" style="font-size: 9pt; height: 19; width: 168; color: #000000; background-color: #E1F4EE; border: 1 solid #E1F4EE" >
</p></form></td>
</tr>
</table>
</div>
</td>
</tr>
</table>
</center>
</div>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -