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

📄 admin_login.asp

📁 ASP的网上商城在线支付系统
💻 ASP
字号:
<%PageName="admin_login"%>
<!--#include file="conn.asp"-->

<html>
<head>
<title>-=管理员登陆=-</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">

<script src=JS/Js.js></script>
</head>
<body bgcolor="#365561" text="#FFFFFF" leftmargin="0" topmargin="0">

  
<table border="0" width="100%" cellspacing="1" cellpadding="1">
  <tr>
    <td> 
      <form method="post" action="admin_chklogin.asp">
      <table border="1" width="45%" align="center" cellspacing="0" cellpadding="0" class="TableLine" bordercolorlight="<%=MainBColor%>">
        <tr align="center">
            <td width=100% align=center bgcolor="#000000">管理员登陆</td>
        </tr>
        <tr>
          <td>
          <table width="100%" border="0" cellspacing="1" cellpadding="1">
            <tr>
              <td width="33%" align="right" height="30">用户名:</td>
              <td width="67%"><input type="text" name="username" maxlength="20" size="20"> </td>
            </tr>
            <tr>
              <td width="33%" align="right" height="30">密 码:</td>
              <td width="67%"><input type="password" name="password" maxlength="16" size="20"> </td>
            </tr>
            <tr>
              <td colspan="2" height="15" align=center><input type="submit" name="Submit" value="确 定">&nbsp;<input type="reset" name="Submit2" value="取 消"></td>
            </tr>
          </table>
          </td>
        </tr>
      </table>
      </form>
   </td>
  </tr>
</table>


</body>
</htm>

⌨️ 快捷键说明

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