📄 error.asp
字号:
<!--#include file="Connections/connY.asp" -->
<!--#include file="Inc/Info.asp" -->
<!--#include file="Inc/SetCss.asp" -->
<%
State="出错页面"
If Request("Error")=1 Then
Note="您所选择的栏目不存在."
ElseIf Request("Error")=2 Then
Note="您所选择的版面不存在."
ElseIf Request("Error")=3 Then
Note="您所选择的帖子不存在."
ElseIf Request("Error")=4 Then
Note="您所选择的版面已锁定,您的权限不够."
ElseIf Request("Error")=5 Then
Note="您的权限不够,请尝试使用高级别用户登陆."
ElseIf Request("Error")=6 Then
Note="您的社区财产不够."
ElseIf Request("Error")=7 Then
Note="您提交的信息不完整."
ElseIf Request("Error")=8 Then
Note="您所查看的用户不存在."
ElseIf Request("Error")=9 Then
Note="您所操作的信件不存在."
ElseIf Request("Error")=10 Then
Note="您无权浏览该信件."
ElseIf Request("Error")=11 Then
Note="您无权操作其他版面的帖子."
ElseIf Request("Error")=12 Then
Note="您提交的广播信息不完整."
ElseIf Request("Error")=13 Then
Note="您输入的密码有误."
ElseIf Request("Error")=14 Then
Note="您提交的登录帐号不存在."
ElseIf Request("Error")=15 Then
Note="您已经被该版版主锁定在本版的发言权."
ElseIf Request("Error")=16 Then
Note="您所回复的帖子不存在."
ElseIf Request("Error")=17 Then
Note="您已经被该版版主锁定在本版的浏览权."
ElseIf Request("Error")=18 Then
Note="您已经被该版版主锁定在本版的投票权."
ElseIf Request("Error")=19 Then
Note="您所修改的昵称已有人使用,请重新输入昵称."
ElseIf Request("Error")=20 Then
Note="您所修改的帐号已有人使用,请重新输入帐号."
End If
%>
<html>
<head>
<title><%=Forum_Title%></title>
<meta http-equiv="Content-Type" content="text/html;">
<meta http-equiv="Expires" CONTENT="0">
<meta http-equiv="Cache-Control" CONTENT="no-cache">
<meta http-equiv="Pragma" CONTENT="no-cache">
<!--#include file="Inc/Css.asp" -->
<script language=Javascript src="Js/Menu.Js"></script>
<script language=Javascript src="Js/Button.Js"></script>
<script language=Javascript src="Js/Operate.Js"></script>
</head>
<body leftmargin="0" topmargin="0" bgcolor="<%=Forum_ColorList_BgColor%>" vlink="<%=Forum_Css_A_Link_Color%>">
<!--#include file="Inc/Top.asp" -->
<table width="<%=Forum_Width%>" border="0" cellspacing="1" cellpadding="0" align="center" bgcolor="<%=Forum_ColorList_BorderColor%>">
<tr>
<td height="20" bgcolor="<%=Forum_ColorList_BgColor%>">
<table width="100%" border="0" cellspacing="0" cellpadding="0" class="font">
<tr>
<td> 您所在的位置: <a href="../" onFocus="this.blur()">首页</a> >>
<a href="List.asp" onFocus="this.blur()">讨论组</a> >> <font color="<%=Forum_ColorList_NavFontColor%>">出错啦</font></td>
<td width="150"></td>
<td width="18">
<div align="center"><img src="<%=Forum_Pic_Open%>" width="15" height="14" border="0" alt="显示个人工具箱" onClick="ShowInfo()" style="CURSOR: hand" id=infoimage align="texttop"></div>
</td>
</tr>
</table>
</td>
</tr>
</table>
<table width="<%=Forum_Width%>" border="0" cellspacing="0" cellpadding="0" align="center" id=infoborder style="DISPLAY: none">
<tr>
<td height=1></td>
</tr>
</table>
<table width="<%=Forum_Width%>" border="0" cellspacing="1" cellpadding="0" align="center" id=info style="DISPLAY: none" bgcolor="<%=Forum_ColorList_BorderColor%>">
<tr>
<td valign="top" bgcolor="<%=Forum_ColorList_BgColor%>">
<!--#include file="Inc/Tools.asp" -->
</td>
</tr>
</table>
<table width="<%=Forum_Width%>" border="0" cellspacing="0" cellpadding="0" align="center">
<tr>
<td height=1></td>
</tr>
</table>
<table width="<%=Forum_Width%>" border="0" cellspacing="1" cellpadding="2" align="center" class="font" bgcolor="<%=Forum_ColorList_BorderColor%>">
<tr>
<td bgcolor="<%=Forum_ColorList_BgColor%>" height="344">
<div align="center">
<table width="400" border="0" cellspacing="1" cellpadding="2" bgcolor="<%=Forum_ColorList_BorderColor%>" class="font">
<tr>
<td height="100" bgcolor="<%=Forum_ColorList_AlternateColor1%>">
<div align="center"><font color="<%=Forum_ColorList_PFontColor%>">出错啦</font><br>
<br>
出错原因:<%=Note%></div>
</td>
</tr>
</table>
<script language=javascript>
setTimeout("location.replace('javascript:history.go(-1)')",3000)
</script>
<br>
<br>
<br>
<br>
<br>
<br>
</div>
</td>
</tr>
</table>
<table width="<%=Forum_Width%>" border="0" cellspacing="0" cellpadding="0" align="center">
<tr>
<td height=1></td>
</tr>
</table>
<table width="<%=Forum_Width%>" border="0" cellspacing="1" cellpadding="1" align="center" bgcolor="<%=Forum_ColorList_BorderColor%>" id=online>
<tr>
<td valign="top" bgcolor="<%=Forum_ColorList_OnlineColor%>">
<!--#include file="Inc/Online.asp" -->
</td>
</tr>
</table>
<!--#include file="Inc/Bottom.asp" -->
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -