⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 nomenuerror.jsp

📁 培训考试系统代码
💻 JSP
字号:
<%@ page contentType="text/html;charset=gb2312"%> 
<%@ include file="/agt/public/jsp/noMenuTop.jsp" %>
<script language="jscript">
function myReload()
{
   parent.window.frames[0].document.location.reload();

}
setTimeout('myReload()',1000);
</script>

<table width="100%" height="100%" border="0" cellpadding="0" cellspacing="0">
  <tr> 
    <td height="20" align="center">&nbsp;</td>
  </tr>
  <tr> 
    <td align="center" valign="top">
	

<p><font face="宋体">错误信息:</font></p>


<br>

<%


  String errorCode = (String)request.getAttribute("errorId");


  if(errorCode != null)


  {


      errorCode = "err" + errorCode;


  }


  else


  {


      errorCode = "err0001";


  }





%>
<%  String errorMes = (String)request.getAttribute("errorMes");
    if(errorMes == null)
    {
       errorMes = "";
    }
%>

<p><%=Env.getErrorArgs().get(errorCode,"未知错误编号。")%></p>


<p><%=errorMes%></p>

<p><input name="back" type="image" onclick="history.back();" src="/agt/public/images/back.gif" width="82" height="22" border="0" onmouseover="this.src='/agt/public/images/'+ this.name + '_2.gif';" onmouseout="this.src='/agt/public/images/'+ this.name + '.gif'"></p>
    </td>
  </tr>
</table>
<%@ include file="/agt/public/jsp/noMenuBot.jsp" %>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -