?? 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="您的郵箱地址不規(guī)范!"
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="發(fā)送對象錯誤,沒有這個用戶。"
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 + -