?? admin_login.asp
字號:
<%@LANGUAGE="VBSCRIPT" CODEPAGE="936"%>
<!--#include file="conn.asp"-->
<!--#include file="../lockip.asp"-->
<!--#include file="../config.asp"-->
<!--#include file="../time.asp"-->
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>在線作業系統</title>
<link href="../eric.css" rel="stylesheet" type="text/css">
</head>
<body>
<img src="../images/top.gif" width="780" height="110">
<form name="login" method="post" action="admin_check.asp?action=login">
<table width="780" border="0" cellpadding="0" cellspacing="0">
<tr>
<td width="243"> </td>
<td width="175"> </td>
<td width="362" align="right"><table width="320" border="0" align="center" cellpadding="4" cellspacing="1" id="table_01">
<tr>
<td colspan="3" class="white_bold_blue">后臺登陸</td>
<td width="218" class="red_12pt_font">非法登陸將會封IP,請慎重!</td>
</tr>
<tr>
<td width="63">用戶名:</td>
<td colspan="3"><input name="user" type="text" class="input_text_01" size="30" maxlength="20"></td>
</tr>
<tr>
<td>密碼:</td>
<td colspan="3"><input name="pwd" type="password" class="input_text_01" size="30" maxlength="16">
</td>
</tr>
<tr>
<td>驗證碼:</td>
<td colspan="3"><input name="confirm" type="text" class="input_text_01" size="24" maxlength="4"><%
randomize
Session("confirmcode")=int((rnd)*(9999-1000+1)+1000)
%>
<span class="confirmcode"><%=session("confirmcode")%></span></td>
</tr>
<tr>
<td colspan="4" class="center"><span class="red_bold_14pt_link">
<input type="submit" name="Submit" value="提交">
<input type="reset" name="Submit2" value="重置">
</span></td>
</tr>
</table></td>
</tr>
</table>
</form>
<table width="780" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="780" height="154" background="../images/button.gif"> </td>
</tr>
</table>
</body>
</html>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -