error.asp

来自「程序名称:酷虎网校友录 V1.0 (商业版)*(修改版) * 本软体为商业软件」· ASP 代码 · 共 41 行

ASP
41
字号
<!--#include file="conn.asp"-->
<html>

<head>
<meta http-equiv="Content-Language" content="zh-cn">
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<meta name="GENERATOR" content="Microsoft FrontPage 4.0">
<meta name="ProgId" content="FrontPage.Editor.Document">
<!--#include file="inc/css.asp"-->
<title><%=WebSiteName%></title>
</head>
<body topmargin="0" background="images/bg.gif">
<!--#include file="top.asp"-->
<div align="center">
  <center>
  <table border="0" width="755" cellspacing="0" cellpadding="0">
    <tr>
      <td style="background-color: #FFFFFF; border-left: 1 solid #000000; border-right: 1 solid #000000; border-top: 1 solid #000000; border-bottom: 1 solid #000000" valign="middle" height="200"> 
  </center>
      <table border="0" width="100%" cellspacing="0" cellpadding="0">
        <tr>
          <td width="100%">
            <p align="center"><img border="0" src="images/err.gif" width="400" height="206"></td>
        </tr>
        <tr>
          <td width="100%">
            <p align="center" style="line-height: 200%"><font color="#FF0000">·对不起,您没有权限访问,请登录!<br>
            ·对不起,您不是管理员或密码错误,请重新登录!<br>
            ·对不起,您请求的参数不存在或有错误!<br>
            ·对不起,您的用户名或密码错误,请重新填写!</font></td>
        </tr>
      </table>
      </td>
    </tr>
  </table>
</div>
<!--#include file="bottom.asp"-->
</body>

</html>

⌨️ 快捷键说明

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