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

📄 error.asp

📁 多用户个人主页系统(ASP)
💻 ASP
字号:
<%
response.buffer=true
response.expires=0
error=request.querystring("error")
if error="noname" then messge="对不起您还没有注册或者用户名错误,请注册或确定您的用户名正确无误!"
if error="epass" then messge="您的密码错误,请重新输入!"
if error="passerror" then messge="您两次输入的密码不一致,因此您的密码没有更改!"
if error="perror" then messge="对不起,您在本站点的资料损坏。请确认您的用户名和密码没有错误,如果还是出现错误请告诉管理员!"
if error="illegal" then messge="对不起,您的必填资料没有填写完全。请重新输入!"
if error="rname" then messge="对不起,已经有用户使用该用户名了!"
if error="rip" then messge="对不起,这段时间内申请的用户过多,请稍候再试!"
if error="remail" then messge="对不起,您的电子邮件地址已经被人注册。"
if error="nokt" then messge="对不起,您的申请还没获准通过!"
if error="maxreg" then messge="对不起,今天申请的人数已经达到系统设定最大人数,请明天再来申请!"
if error="other" then messge="对不起,出现不可预料的错误,请与管理员联系!"
if error="dj" then messge="对不起,您的帐号已被管理员冻结,如果您有任何问题,请与管理员联系。"
%>
<HTML><HEAD><TITLE>系统错误……</TITLE>
<META content="text/html; charset=gb2312" http-equiv=Content-Type>
<style type="text/css">
<!--
p,td,input,select,div,tr,body,html{   font-size: 9pt ; }
a {color:#666666;font-size: 9pt;text-decoration:none; }
a:hover {color: #000000;}
a:active {color:#666666;}
INPUT {
BACKGROUND-COLOR: #cccccc; BORDER-BOTTOM: #000000 1px solid; BORDER-LEFT: #ffffff 1px solid; BORDER-RIGHT: #000000 1px solid; BORDER-TOP: #ffffff 1px solid; COLOR: #000000; FONT-SIZE: 9pt; HEIGHT: 18px
}
-->
</style>
</HEAD>
<BODY bgColor=#ffffff topmargin="0">
  <TABLE align=center border=0 cellPadding=0 cellSpacing=0 width=100% height=100%>
    <TBODY> 
    <TR> 
        <TD colSpan=2> 
          <table width="60%" border="0" align="center" cellpadding="0" cellspacing="0">
            <tr> 
              <td bgcolor="#000000"><table width=100% border=0 align="center" cellpadding=3 cellspacing=1 bordercolor=bul>
                  <tbody>
                    <tr> 
                      <td align=middle bgcolor=#FFCC00 width="100%" colspan="2"> 
                        <div align="center">很抱歉,出错了!</div></td>
                    </tr>
                    <tr> 
                      <td width="100%" colspan="2" bgcolor="#FFFFFF"> <center>
                          <table width="100%" border="0" cellspacing="0" cellpadding="0">
                            <tr> 
                              <td align="center" valign="middle"><span style="FONT-SIZE: 9pt"><font color="#000000"><img src="images/err2.jpg" width="84" height="83"><br>
                                <%=messge%></font></span> </td>
                            </tr>
                          </table>
                            
                          <br>
                          <input type="submit" name="Submit" value=" 返回 " onClick="javascript:history.back()">
                        </center></td>
                    </tr>
                  </tbody>
                </table></td>
            </tr>
          </table> </TD>
    </TR>
    </TBODY>
  </TABLE>
</BODY></HTML>

⌨️ 快捷键说明

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