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

📄 admin_login.asp

📁 一个美化的论坛程序
💻 ASP
字号:
<!--#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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -