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

📄 admin.asp

📁 结合了某度和AH的个人主页 功能比较完整
💻 ASP
字号:
<html>

<head>
<title>管理者登陆</title>
</head>

<body background="../img/dnacebg2.jpg">
<div align="center">
  <p>&nbsp;</p>
  <form method="post" action="Chkadmin.asp">
    <table width="283" height="83" border="1" align="center" cellpadding="0" cellspacing="0" bordercolor="#FFFFFF" bgcolor="#FFFFFF" class="table">
      <tr bgcolor="#E7E7E7"> 
        <td width="68" height="28" bgcolor="#E4C59A"><font size="2">用户名称:</font>
        </td>
        <td width="185" bgcolor="#E4C59A" height="28"> 
        <input class="input"  type="text" name="admin" size="22" style="background-color: #FFFFFF; color: #000000; border-style: dotted"></td>
      </tr>
      <tr bgcolor="#E7E7E7"> 
        <td width="68" bgcolor="#E4C59A" height="28"><font size="2">用户密码:</font></td>
        <td width="185" bgcolor="#E4C59A" height="28"> 
        <input class="input"  type="password" name="Password" size="24" style="background-color: #FFFFFF; color: #000000; border-style: dotted"></td>
      </tr>
      <tr bgcolor="#E4C59A"> 
        <td colspan="2" align="center" width="234" height="27"> 
          <input class="button"  type="submit" name="Submit" value="确认">
        </td>
      </tr>
    </table>
  </form>
</div>
</body>
</html>

⌨️ 快捷键说明

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