📄 error_info.asp
字号:
<script language="JavaScript" src="SysJS/PublicJS.js"></script>
<style>
a{text-decoration: none;} /* 链接无下划线,有为underline */
a:link {color: #000000;} /* 未访问的链接 */
a:visited {color: #000000;} /* 已访问的链接 */
a:hover{color: #FF0000;} /* 鼠标在链接上 */
a:active {color: #FF0000;} /* 点击激活链接 */
/*BodyCSS定义*/
BODY {
scrollbar-face-color: #f6f6f6;
scrollbar-highlight-color: #ffffff; scrollbar-shadow-color: #cccccc; scrollbar-3dlight-color: #cccccc; scrollbar-arrow-color: #000000; scrollbar-track-color: #EFEFEF; scrollbar-darkshadow-color: #ffffff;
}
td {font-family: "Verdana, Arial, Helvetica, sans-serif"; font-size: 11.5px; color: #000000; text-decoration:none ; text-decoration:none ; }
.menu_title { }
.menu_title span { position:relative; top:2px; left:8px; color:#555555; font-weight:bold; }
</style>
<title>错误!!!</title><body leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td height=25 class=menu_title background="../images/Admin_left_1.gif">
<span>信息内容</span> </td>
</tr>
</table>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="49%" align="right" bgcolor="#F7F7F7"><img src="../Images/error.gif" width="86" height="83"></td>
<td width="2%" bgcolor="#F7F7F7"></td>
<td width="49%" bgcolor="#F7F7F7" style="line-height:150%">
<%
if request("error")="empty" then
%>
您的用户名或密码不能为空,否则系统无法让您登录
<br> <a href="javascript:history.go(-1)">[<b>返回</b>]</a></td>
<%end if%>
<%
if request("error")="char" then
%>
您的用户名或密码不能包含特殊符号,否则系统无法让您登录
<br> <a href="javascript:history.go(-1)">[<b>返回</b>]</a><%end if%>
<%
if request("error")="error" then
%>
您的用户名或密码不能有错,否则系统无法让您登录
<br> <a href="javascript:history.go(-1)">[<b>返回</b>]</a><%end if%>
<%
if request("error")="timeout" then
%>
您没有正常登录或超时,请[<b>返回</b>]重新登录
<br> <a href="../index.asp" target="_top">[<b>返回</b>]</a><%end if%>
<%
if request("error")="being" then
%>
您的用户名或邮箱已被注册过,请[<b>返回</b>]重新输入
<br> <a href="javascript:history.go(-1)">[<b>返回</b>]</a><%end if%>
<%
if request("error")="aopen" then
%>
您的用户名已关闭或未开启,请继续等待管理员审核
<br> <a href="javascript:history.go(-1)">[<b>返回</b>]</a><%end if%>
<%
if request("error")="back" then
%>
文件不存在无法进行复制
<br> <a href="javascript:history.go(-1)">[<b>返回</b>]</a><%end if%>
<%
if request("error")="search" then
%>
您没有输入搜索内容,请[<b>返回</b>]重新输入
<br> <a href="javascript:history.go(-1)">[<b>返回</b>]</a><%end if%>
<%
if request("error")="notsearch" then
%>
数据库中没有记录您所需要的搜索结果,请[<b>返回</b>]重新输入
<br> <a href="javascript:history.go(-1)">[<b>返回</b>]</a><%end if%>
<%
if request("error")="up" then
%>
此数据已位于最高层,无法再次上移
<br> <a href="javascript:history.go(-1)">[<b>返回</b>]</a><%end if%>
<%
if request("error")="down" then
%>
此数据已位于最底层,无法再次下移
<br> <a href="javascript:history.go(-1)">[<b>返回</b>]</a><%end if%>
<%
if request("error")="lid" then
%>
请指定相关记录
<br> <a href="javascript:history.go(-1)">[<b>返回</b>]</a><%end if%>
<%
if request("error")="pass" then
%>
您的原密码不正确,请[<b>返回</b>]重新输入
<br> <a href="javascript:history.go(-1)">[<b>返回</b>]</a><%end if%>
<%
if request("error")="Modify" then
%>
您的用户名或邮箱地址不正确,请[<b>返回</b>]重新输入
<br> <a href="javascript:history.go(-1)">[<b>返回</b>]</a><%end if%>
<%
if request("error")="poll" then
%>
已经有此标题的调查
<br> <a href="javascript:history.go(-1)">[<b>返回</b>]</a><%end if%></td>
</tr>
<tr bgcolor="#FAFAFA">
<td height="20" colspan="3" bgcolor="#F0F0F0"> </td>
</tr>
</table>
</body>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -