err.asp

来自「多用户个人主页系统(ASP)」· ASP 代码 · 共 32 行

ASP
32
字号
<!--#include file="conn.asp"-->
<!--#include file="pageset.asp"-->
<!--#include file="css.asp"-->
<table width="776" border="0" align="center" cellpadding="0" cellspacing="0">
  <tr> 
    <td> <!--#include file="top.asp"--> </td>
  </tr>
  <tr> 
    <form name="form1" method="post" action="admin2.asp">
      <td height="200" bgcolor="#FFFFFF"> 
        <div align="center"> 
          <table border="0" cellspacing="0" cellpadding="0">
            <tr> 
              <td width="31"><img src="images/err.gif" width="31" height="32"></td>
              <td width="10">&nbsp;</td>
              <td><%=session("err")%></td>
            </tr>
          </table>
          <p> 
            <input type="button" name="Submit" value="返回" onclick='history.back()'>
          </p>
        </div></td>
    </form>
  </tr>
  <tr> 
    <td> 
      <!--#include file="bottom.asp"-->
    </td>
  </tr>
</table>
</body> 
</html>

⌨️ 快捷键说明

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