admin_login.asp

来自「一个美化的论坛程序」· ASP 代码 · 共 42 行

ASP
42
字号
<!--#include file=top.asp-->
<img src="" width="1" height="3">
<table width="680" border="0" cellpadding="0" cellspacing="1" align="center" bgcolor="<%=tablebackcolor%>">
  <tr>
    <td bgcolor="<%=tablebodycolor%>"> 
      <form method="post" action="admin_chklogin.asp">
        <br>
        <table width="250" border="0" cellspacing="1" cellpadding="2" align="center" bgcolor="<%=tablebackcolor%>" height="75">
          <tr bgcolor="<%=tabletitlecolor%>"> 
            <td align="center" height="17" colspan="2"><font color="#FFFFFF">管 
              理 者 登 陆</font></td>
          </tr>
          <tr> 
            <td bgcolor="<%=tablebodyacolor%>" height="2" width="69" align="right">用户名称 :</td>
            <td bgcolor="<%=tablebodyacolor%>" height="2" width="178"> 
              <input type="text" name="Admin" size="23" style="border:1 #333333 solid">
            </td>
          </tr>
          <tr> 
            <td bgcolor="<%=tablebodyacolor%>" height="2" width="69" align="right">用户密码 :</td>
            <td bgcolor="<%=tablebodyacolor%>" height="2" width="178"> 
              <input type="password" name="Password" size="23" style="border:1 #333333 solid">
            </td>
          </tr>
          <tr> 
            <td bgcolor="<%=tablebodyacolor%>" height="2" align="center" colspan="2"> 
              <input type="submit" name="Submit" value="确认">
              <input type="reset" name="Submit2" value="复位">
            </td>
          </tr>
        </table>
       </form> 
      </td>
      </tr>
    </table>
<%set rs=nothing
conn.close
set conn=nothing%>
<!--#include file=copyright.asp-->
</body>
</html>

⌨️ 快捷键说明

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