?? error.jsp
字號:
<%@page contentType="text/html;charset=GBK"%>
<%@page isErrorPage="true"%>
<html>
<title>錯誤信息</title>
<link rel="stylesheet" href="../inc/admin.css" type="text/css">
<BODY leftmargin="0" bottommargin="0" rightmargin="0" topmargin="0" marginheight="0" marginwidth="0" bgcolor="#DDEEFF">
<br>
<table cellpadding=3 cellspacing=1 border="0" align=center class=tableBorder style="width:98%">
<tr align=center>
<th width="100%" height=25 colspan=2 class=tableHeaderText>論壇錯誤信息
</td>
</tr>
<tr>
<td width="100%" class=forumRow colspan=2>
<b>產生錯誤的可能原因:</b><br><br>
<%=exception.getMessage()%>
<br>
<Br><li>如果您確信這是“新聞發布程序”的BUG,請mail到ccjsmile@sina.com謝謝。
</td></tr>
<tr>
<td class=forumRow valign=middle colspan=2 align=center><a href="javascript:history.go(-1)"><<返回上一頁</a></td></tr>
</table>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -