⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 admin_login.asp

📁 在线作业系统,功能未完全!
💻 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">&nbsp;</td>
      <td width="175">&nbsp;</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="提交">
&nbsp;
      <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">&nbsp;</td>
  </tr>
</table>
</body>
</html>

⌨️ 快捷键说明

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