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

📄 error.asp

📁 欢迎您使用审批系统!该系统主要面向银行内部人员,但也为客户提供一些信息." 登陆,注册和管理员入口"项目专为银行内部人员设计."客户登陆,注册,贷款须知和预约"项目专为客户设计.客户可通过这些窗口浏览
💻 ASP
字号:
<html>
<head>
<meta http-equiv="Content-Language" content="zh-cn">
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>错误!</title>
<style fprolloverstyle>
A:hover{color:#FF0000;text-decoration:none}
a{text-decoration:none}p{font-size:9pt}
td{font-size:9pt}</style></head><body>
<p align="center">
<img border="0" src="dog2.gif" width="72" height="100">
</p>
<p align="center">出 错 了!</p>
<p align="center">出错原因:<font color="#FF0000">    
<%    
select case request.querystring("id")    
	case 1    
		error_str="用户ID必须在1 - 12个字之间!"
	case 2    
		error_str="非常抱歉,这个用户ID已经被使用。请另选择一个!"
	case 3    
		error_str="两次密码不一致!"    
	case 4    
		error_str="您的邮箱地址不规范!"    
	case 5    
		error_str="密码不能为空!"    
	case 6    
		error_str="您必须填写您的电子邮箱地址!"    
	case 7    
		error_str="您忘填您的性别了!"    
	case 8    
		error_str="对不起,用户名有误!" 
	case 9   
		error_str="无效的密码!"   
	case 10
		error_str="您不是管理员或版主,无权删除此贴!"
	case 11
		error_str="您忘为您的大作标上一个题目!"
	case 12
		error_str="您的大作还没有写上呢?"
	case 13
		error_str="发送对象错误,没有这个用户。"
    case 18 
        error_str="用户不存在!"
    
end select   
response.write error_str   
%>
</font>
</p>
<p align="center">
<a href=# onclick="javascript:history.go(-1)">返 回</a></p>  
</body>  
</html>

⌨️ 快捷键说明

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