adminloginerror.asp

来自「直接解压即可 都是asp源码 超经典的啊」· ASP 代码 · 共 48 行

ASP
48
字号
<!--#include file="conn.asp"-->
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<link href="style.css" rel="stylesheet" type="text/css">
<body leftmargin="0" topmargin="0">
      <div align="center">
        <center>
      <table width="500" border="0" cellpadding="5" style="border-collapse: collapse" bordercolor="#6687BA">
        <tr>
          <td width="100%"><div align="center">
              
              <img src="images/errormsg.gif">
              
            </div></td>
        </tr>
      </table>
        <div align="center">
        <TABLE border=0 cellPadding=0 cellSpacing=0 width=400>
                <TBODY>
                  <TR> 
                    <TD width=72><img src="images/login_41.gif"></TD>
                    <TD bgColor=#e1dfdf> <table width="100%" border="0" cellspacing="0" cellpadding="5">
                        <form name="form_user" method="post" action="adminlogin.asp?cmd=login"  onsubmit="return check_form()">
                          <tr> 
                            <td>管 理 员 名: 
                              <input name="login_name" type="text" id="login_name" size="15"> 
                            </td>
                          </tr>
                          <tr> 
                            <td>管 理 密 码: 
                              <input name="password" type="password" id="password" size="15"> 
                            </td>
                          </tr>
                          <tr> 
                            <td><div align="center"> 
                                <input type="submit" name="Submit" value="登陆">
                              </div></td>
                          </tr>
                        </form>
                      </table></TD>
                    <TD width=54><IMG height=150 src="images/login_5.gif" 
            width=54></TD>
                  </TR>
              </TABLE></div>
		</center>
      </div>
      </body>
</html>
<% session.Abandon%>

⌨️ 快捷键说明

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