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

📄 adminpass.asp

📁 功能强大的一个b/s工作站
💻 ASP
字号:
<html>
<head><meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>管理员登陆</title>
</head>
<style>
<!--
.1           { font-size: 9pt; color: #000000 }
.3           { color: #000000; text-decoration: none; font-size: 9pt }
.3:hover     { color: #0000ff; text-decoration: none; font-size: 9pt }
.2           { font-size: 9pt; color: #00356A }
-->
</style>
<body bgcolor="#006666" text="#333333" link="#FF0000" vlink="#FF0000" alink="#0000FF">
<Form method="POST" action="admin.asp">
<font color=white style="font:11pt">
<% if Session("alert")="" then 
	Session("alert")="请输入管理用户名和密码:" 
end if
%>
<% =Session("alert") %>    </font>
  <table border="0" width="540" cellspacing="1" cellpadding="12" align="center" bgcolor="000000">
    <tr bgcolor="ffffec">      
      <td width="100%"> 
        <table border="0" cellspacing="1" cellpadding="3" style="font-family: 宋体; font-size: 9pt" align="center" width="500">
          <tr>
            <input name="keys" type="hidden" value="ChkAdmin">
            <td>管理员帐号:</td>
            <td>
              <input type="text" name="admin_name" size="20" style="background-color: rgb(255,255,255);border:1px double rgb(88,88,88);">
            </td>
            <td>管理员密码:</td>
            <td>
              <input type="password" name="admin_password" size="20" style="background-color: rgb(255,255,255);border:1px double rgb(88,88,88);">
            </td>
          </tr>
        </table>
        <table width="500" border="0" cellspacing="1" cellpadding="1" align="center">
          <tr>
            <td>
              <input type="submit" value="    确定登陆    " name="submit" style="background-color: rgb(224,224,224);border:1px double rgb(88,88,88);">
              <input type="button" value="返 回" name="B1" class="1" style="background-color: rgb(224,224,224);border:1px double rgb(88,88,88);" onClick="javascript:window.document.location.href='exit.asp'">
            </td>
          </tr>
        </table>
        
      </td>
  </tr>
</table>
</form><div align="center">     
  <center>
  </center>
</div>     
</body></html>

⌨️ 快捷键说明

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