📄 err.asp
字号:
<%sub errijob(id)%>
<link rel="stylesheet" type="text/css" href="1.CSS">
<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="img/_login_ERR_r5_c3.gif" width="160" border="0" name="_login_ERR_r5_c3"></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分钟!"
end if
%>
</td>
</tr>
<tr>
<td> </td>
</tr>
<tr>
<td><a href="javascript:history.back(-1);">
<img height="15" src="img/_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 + -