?? 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 + -