?? err.asp
字號:
<%sub errcnmai(id)%>
<title>錯誤頁面</title>
<div align="center">
<center>
<table cellSpacing="0" cellPadding="0" width="768" border="0" style="border-collapse: collapse" bordercolor="#111111">
<tr>
<td width="448">
<div align="center">
<img height="80" alt src="images/ERR.gif" width="160" border="0" ></div>
</td>
<td width="320">
<table cellSpacing="0" cellPadding="3" width="100%" border="0">
<tr>
<td width="100%"> </td>
</tr>
<tr>
<td>
<%
if id=0 then
response.write "<li>非法提交!"
elseif id=1 then
response.write "<li>郵件地址錯誤!"
elseif id=2 then
response.write "<li>非法字符,請重新輸入!"
elseif id=3 then
response.write "<li>不能使用中文用戶名!"
elseif id=4 then
response.write "<li>內容輸入不完整!"
elseif id=5 then
response.write "<li>郵政編碼輸入錯誤!"
elseif id=6 then
response.write "<li>身份證號碼填寫錯誤!"
elseif id=7 then
response.write "<li>用戶不存在或密碼錯誤!"
elseif id=8 then
response.write "<li>錯誤次數太多,程序已經停止對你的審核!"
elseif id=9 then
response.write "<li>操作錯誤,找不到用戶資料!"
elseif id=10 then
response.write "<li>一級分類沒有選擇!"
elseif id=11 then
response.write "<li>二級分類沒有選擇!"
elseif id=12 then
response.write "<li>發布信息時標題不能為空!"
elseif id=13 then
response.write "<li>標題中含有非法字符,請注意空格等非法字符!"
elseif id=14 then
response.write "<li>價格輸入錯誤!"
elseif id=15 then
response.write "<li>交易地區錯誤,字數不能大于10位,但該項必須填寫,否則用戶搜索不到你交易的物品!"
elseif id=16 then
response.write "<li>發布信息的說明沒有填寫!"
elseif id=17 then
response.write "<li>聯系人必須填寫,你可以更改為其它名字!"
elseif id=18 then
response.write "<li>EMAIL必須填寫,你可以更改為其它郵件地址!"
elseif id=19 then
response.write "<li>請檢查你的郵件地址!"
elseif id=20 then
response.write "<li>聯系方式/電話不能為空!"
elseif id=21 then
response.write "<li>標題過長,不能多于40個字符!"
elseif id=22 then
response.write "<li>你輸入的用戶名已經注冊過,如果你已經注冊了,請找回密碼!"
elseif id=23 then
response.write "<li>你輸入的郵件地址已經注冊過,如果你已經注冊了,請找回密碼!"
elseif id=24 then
response.write "<li>未知登陸錯誤!"
elseif id=25 then
response.write "<li>你沒有足夠的標題變色道具,請不要修改程序的運行參數!"
elseif id=26 then
response.write "<li>你沒有足夠的信息置頂道具,請不要修改程序的運行參數!"
elseif id=27 then
response.write "<li>你沒有足夠的信息貼圖道具,請不要修改程序的運行參數!"
elseif id=28 then
response.write "<li>你沒有足夠的信息驗證道具,請不要修改程序的運行參數!"
elseif id=29 then
response.write "<li>系統保護:你提交數據太快,系統中止運行,請等待5分鐘!"
elseif id=30 then
response.write "<li>密碼不一致或錯誤!"
end if
%>
</td>
</tr>
<tr>
<td> </td>
</tr>
<tr>
<td><a href="javascript:history.back(-1);">
<img height="15" src="images/back.gif" width="56" border="0"></a></td>
</tr>
</table>
</td>
</tr>
</table>
</center>
</div>
<%end sub%>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -