login.asp

来自「人才招聘系统,用asp做的」· ASP 代码 · 共 63 行

ASP
63
字号
<title>网站管理员登陆</title>
<div align="center">
  <center>
  <table border="0" cellspacing="1" style="border-collapse: collapse" bordercolor="#111111" width="100%">
    <tr>
      <td width="100%">
      <div align="center">
        <center>
        <table border="0" cellPadding="0" cellSpacing="0" width="243" style="border-collapse: collapse" bordercolor="#111111">
          <FORM name=theForm method=post action=chklogin.asp>
          <tr>
            <td>
            <img alt border="0" height="1" src="images/spacer.gif" width="97"></td>
            <td>
            <img alt border="0" height="1" src="images/spacer.gif" width="60"></td>
            <td>
            <img alt border="0" height="1" src="images/spacer.gif" width="31"></td>
            <td>
            <img alt border="0" height="1" src="images/spacer.gif" width="55"></td>
          </tr>
          <tr>
            <td colSpan="4">
            <img alt border="0" height="39" name="login_r1_c1" src="images/login_r1_c1.gif" width="243"></td>
          </tr>
          <tr>
            <td>
            <img alt border="0" height="31" name="login_r2_c1" src="images/login_r2_c1.gif" width="97"></td>
            <td colSpan="2">
                      <span style="FONT-SIZE: 12px">
                      <input name="UserName" size="13" style="BACKGROUND-COLOR: #f9f9f9; COLOR: #CC6600; FONT-FAMILY: Verdana; FONT-SIZE: 11px; FONT-WEIGHT: bold" tabIndex="1"></span></td>
            <td>
            <img alt border="0" height="31" name="login_r2_c4" src="images/login_r2_c4.gif" width="55"></td>
          </tr>
          <tr>
            <td>
            <img alt border="0" height="32" name="login_r3_c1" src="images/login_r3_c1.gif" width="97"></td>
            <td colSpan="2">
                      <span style="FONT-SIZE: 12px">
                      <input name="Password" size="13" style="BACKGROUND-COLOR: #f9f9f9; COLOR: #CC6600; FONT-FAMILY: Verdana; FONT-SIZE: 11px; FONT-WEIGHT: bold" tabIndex="1" type="password"></span></td>
            <td>
            <img alt border="0" height="32" name="login_r3_c4" src="images/login_r3_c4.gif" width="55"></td>
          </tr>
          <tr>
            <td>
            <img alt border="0" height="38" name="login_r4_c1" src="images/login_r4_c1.gif" width="97"></td>
            <td>
            <input border="0" src="images/login_r4_c2.gif" name="I3" type="image"></td>
            <td colSpan="2">
            <img alt border="0" height="38" name="login_r4_c3" src="images/login_r4_c3.gif" width="86"></td>
          </tr>
          <tr>
            <td colSpan="4">
            <img alt border="0" height="24" name="login_r5_c1" src="images/login_r5_c1.gif" width="243"></td>
          </tr>
          </form>
        </table>
        </center>
      </div>
      </td>
    </tr>
  </table>
  </center>
</div>

⌨️ 快捷键说明

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