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

📄 error.asp

📁 订单管理系统 一、管理员可以设置和修改物品的图片资料 二、修改了级别与积分关系的部分 三、修改了增加用户审核后新用户注册时的错误 四、管理员可以设置用户所有的支付方式和页面的反馈信
💻 ASP
字号:
<html>
<head>
<title>对不起,发生错误</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<link rel="stylesheet" type="text/css" href="inc/guhongying.css">
</head>

<body bgcolor="316395" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">
<table height="50" align="center"><tr><td></td></tr></table>
<%error=request("error")%> 
<table width="70%" border="0" cellspacing="1" cellpadding="6" bgcolor="#000000" align="center">
  <tr bgcolor="6699CC"> 
    <td><font color="#FFFFFF">对不起,发生以下错误:</font></td>
  </tr>
  <tr bgcolor="eeeeee"> 
    <td>
<%if error="001" then%> <center><br>
对不起,您不是从本服务器上提交的表单信息!!!<br><br>
请进行正常操作,否则本部保留对非正常或者破坏性<br><br>
操作提出进一步上诉的权利!!<br>
</center><%end if%>

<%if error="002" then%> <center><br>
对不起,您所选择的用户名已经被注册了.<br><br>
您可以点此<a href="newuser.asp"><font color=red>重新注册</font></a>您的帐号.<br><br>
谢谢您选择我们的服务!<br>
</center><%end if%>

<%if error="003" then%> <center><br>
对不起,并没有您所填写的用户帐号.<br><br>
您可以点此<a href="userlogin.asp"><font color=red>重新登陆</font></a>您的帐号.<br><br>
或者点此<a href="newuser.asp"><font color=red>立即注册</font></a>您的帐号.<br><br>
谢谢您选择我们的服务!<br>
</center><%end if%>

<%if error="004" then%> <center><br>
对不起,您错误的填写了帐号的密码.<br><br>
您可以点此<a href="userlogin.asp"><font color=red>重新登陆</font></a>您的帐号.<br><br>
或者点此<a href="finduserpassword.asp"><font color=red>迅速找回</font></a>您的帐号.<br><br>
谢谢您选择我们的服务!<br>
</center><%end if%>

<%if error="005" then%> <center><br>
对不起,您的帐号已经登陆过了.<br><br>
请您不要重复登陆.点此<a href="main.asp"><font color=red>返回首页</font></a><br><br>
谢谢您选择我们的服务!<br>
</center><%end if%>

<%if error="006" then%> <center><br>
<form name="Login" method="post" action="userlogin.asp">
亲爱的用户,您没有注册或者没有登陆!<br><br>请从下面的入口登陆,或注册。<br><br>
您的帐号:<input type="text" name="UserName"><br><br>您的密码:<input type="PassWord" name="PassWord"><br><br><input type="submit" name="Submit3" value="确 定">&nbsp;&nbsp;&nbsp;&nbsp;<input type="reset" name="Submit2" value="清 除"><br><br><input type="hidden" name="UserLogin" value="True"><input type="hidden" name="errorLogin" value="True">
<a href="findpassword.asp">忘记密码?</a> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href="newuser.asp">我要注册 
</a><br>
</form></center>
<%end if%>

<%if error="007" then%> <center><br>
对不起,您的购物车为空.<br><br>
点此<a href="main.asp"><font color=red>重新购物.</font></a><br><br>
谢谢您选择我们的服务!<br>
</center><%end if%>

<%if error="008" then%> <center><br>
对不起,并没有这个帐号.<br><br>
请您检查后重新输入.<br><br>
点此<a href="findpassword.asp"><font color=red>重新查询.</font></a><br><br>
        如果您还有任何疑问,请至信:<a href="mailto:user@transcendinfo.com">user@transcendinfo.com</a> 
      </center><%end if%>
<%if error="009" then%> <center><br>
对不起,您的订单已经申诉过了.<br><br>
我们会在最短时间内处理您的订单.<br><br>
点此<a href="main.asp"><font color=red>返回首页.</font></a><br><br>
        如果您还有任何疑问,请至信:<a href="mailto:user@transcendinfo.com">user@transcendinfo.com</a> 
      </center><%end if%>
<%if error="010" then%> <center><br>
对不起,此订单并不存在.<br><br>
请您核实您的帐号和订单号后再进行申诉.<br><br>
点此<a href="usererror.asp"><font color=red>重新进行申诉.</font></a><br><br>
        如果您还有任何疑问,请至信:<a href="mailto:user@transcendinfo.com">user@transcendinfo.com</a> 
      </center><%end if%>
<%if error="011" then%> <center><br>
对不起,您并没有以管理员登陆.<br><br>
点此<a href="admin/adminlogin.asp"><font color=red>重新登陆.</font></a><br><br>
        如果您还有任何疑问,请至信:<a href="mailto:user@transcendinfo.com">user@transcendinfo.com</a> 
      </center><%end if%>
</td>
</tr>
</table>
</body>
</html>

⌨️ 快捷键说明

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