📄 result.jsp
字号:
<%
/*
* Copyright: Copyright (c) 2004
* @author http://hi.baidu.com/lael80*/
%>
<%@ page contentType="text/html; charset=gb2312" isErrorPage="true"%>
<%@ include file="head.jsp"%>
<br>
<%=tabletop%>
<table width="100%" border="0" align="center" cellpadding="5" cellspacing="1">
<tr height="100%" valign="top">
<td class="style1"><span style="color:red;">●您在访问论坛时,发生了下列事情</span><br><br>
<%
if(!workFC.cNULL(request.getParameter("errcodes"))){
out.println("<li>"+exception.getMessage());
out.println("<li>"+"您访问的页面不存在");
out.println("<li>"+"您没有访问该页面的权限");
out.println("<li>"+"其它无法预知的非法操作,请与管理员联系");
}else out.println(workFC.UnitoGB(request.getParameter("errcodes")));
%></td>
</tr>
<tr height="20" valign="middle">
<td><li>请仔细阅读论坛帮助文件,确保您有相应的操作权限
<table width="100%" height="100%" border="0" align="center" cellpadding="0" cellspacing="0">
<tr><td align="center"><input type="button" value="<<< 返回上一页" onclick="history.go(-1);"><br><br></td></tr>
</table>
</td>
</tr>
</table>
<%=tablebottom%>
<%@ include file="footer.jsp"%>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -