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

📄 error.jsp

📁 基本库存管理系统的框架 struts hibernate
💻 JSP
字号:
<%@ page language="java"  pageEncoding="gb2312"%>
<%@ include file="../include/taglibs.jsp" %>
<%
//String path = request.getContextPath();
//String basePath = request.getScheme()+"://"+request.getServerName()+":"+request.getServerPort()+path+"/";
%>

<html>
<head>
<title>错误信息</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<link href="css/main.css" rel="stylesheet"	type="text/css">
</head>

<body>
<table width="100%" height="60"  border="0" cellpadding="0" cellspacing="0" id="title0">
  <tr>
    <td width="1" valign="bottom"></td>
    <td valign="bottom"><table width="100%" height="60"  border="0" cellpadding="0" cellspacing="0">
      <tr>
          <td width="12%" align="center"><img src="images/top_pic/error.gif" width="64px" height="64px"></td>
        <td class="title0">错误信息</td>
      </tr>
    </table></td>
    <td width="1" align="right" valign="bottom"><img src="intraweb/intraoffice/images/main_title0_b.gif" width="1" height="10"></td>
  </tr>
</table>

<br>
<table width="100%"  border="0" cellpadding="0" cellspacing="1" class="list_bg">
  <tr> 
    <td class="within1bg"><br> <table width="95%"  border="0" align="center" cellpadding="0" cellspacing="1" class="list_bg">
          <tr align="center" class="within2bg"> 
            <td height="50" align="center"><br> 
              <p><br>
              <h2><font color="red"> <html:errors  /> <br>
              
                    	
                    	<a href="javascript:history.back()">返回</a>                   
               </font></h2>
                <br>
              </p>
              </td>
          </tr>
      </table>
      <br></td>
  </tr>
</table>


</body>
</html>

⌨️ 快捷键说明

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