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