📄 error.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 + -