admin_login.asp

来自「网上学生心里调查系统」· ASP 代码 · 共 50 行

ASP
50
字号
<!--#include file="conn.asp" -->
<!--#include file="admin_check.asp" -->
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>管理员登陆</title>
<link href="admin.css" rel="stylesheet" type="text/css">
</head>

<body>
<br>
<br>
<br>
<br>
<br>
<br>
<table width="480" border="0" align="center" cellpadding="0" cellspacing="0">
  <tr> 
    <td align="center"></td>
  </tr>
  <tr> 
    <td>
      <table width="450" border="0" align="center" cellpadding="5" cellspacing="1" bgcolor="#0066CC">
        <form name="adminform" method="post" action="admin_login.asp">
          <tr> 
            <td width="227"><font color="#FFFFFF">管理员登陆&nbsp;&nbsp; <%call admin_login()%></font></td>
          </tr>
          <tr> 
            <td height="36" bgcolor="#FFFFFF" class="fontline1"> 
              <table width="100%" height="19" border="0" align="center" cellpadding="0" cellspacing="0">
                <tr valign="middle"> 
                  <td height="40" align="center">用户名: 
                  <input name="adminname" type="text" id="adminname" size="15" maxlength="20">&nbsp;&nbsp;
                    密 码: 
                  <input name="adminpass" type="password" id="adminpass" size="15" maxlength="20">
                  <br><Br>  
                    <input  type="submit" name="bubu" value="提 交"> 
                    <input  type="button" name="sss" value="取 消" onClick=vbscript:location="../index.asp"></td>
                </tr>
              </table></td>
          </tr>
        </form>
      </table></td>
  </tr>
  <tr>
    <td height="43" align="center"><font face="Geneva, Arial, Helvetica, sans-serif">Powered By 第1同志网</font></td>
  </tr>
</table>
</body>
</html>

⌨️ 快捷键说明

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