auto_error_page.jsp
上传用户:guhaomin
上传日期:2007-06-10
资源大小:23203k
文件大小:6k
源码类别:

电子政务应用

开发平台:

Java

  1. <%@page isErrorPage = "true"%> 
  2. <%
  3.   //String exceptionType = exception.getClass().getName();
  4.     String exceptionMsg = "对不起,不能删除该汽车信息";
  5.     String imagePath = request.getContextPath()+"/vnex/MacOs/";
  6. %>
  7. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
  8. <HTML>
  9. <HEAD>
  10. <TITLE>net-office</TITLE>
  11. <META http-equiv=Content-Type content="text/html; charset=gb2312">
  12. <META content="MSHTML 5.50.4134.600" name=GENERATOR>
  13. <link rel="stylesheet" href="<%=request.getContextPath()%>/vnex/hr_macos.css" type="text/css">
  14. </HEAD>
  15. <BODY text=#000000 vLink=#000000 aLink=#000000 link=#000000 bgColor=#ffffff topMargin=20>
  16. <DIV align=center>
  17. <form name="form1" method="post">
  18.   <TABLE class=outter cellSpacing=0 cellPadding=0 width=600 border=0>
  19.     <TBODY> 
  20.       <TR> 
  21.         <TD><IMG height=4 src="<%=imagePath%>lefttop.gif" width=6></TD>
  22.         <TD background=<%=imagePath%>top.gif colSpan=3><IMG height=4 src="<%=imagePath%>top.gif" width=1></TD>
  23.         <TD><IMG height=4 src="<%=imagePath%>righttop.gif"></TD>
  24.       </TR>
  25.       <TR> 
  26.         <TD vAlign=top background=<%=imagePath%>lwing.gif rowSpan=3><IMG height=18 src="<%=imagePath%>left.gif" width=6></TD>
  27.         <TD vAlign=top background=<%=imagePath%>titlebg.gif width="16"> 
  28.           <DIV><a href="<%=request.getContextPath()%>/vnex/index.htm"><img src="<%=imagePath%>logo.gif" width="16" height="16" alt="返回Net_Office首页" border="0"></a></DIV>
  29.         </TD>
  30.         <TD vAlign=top noWrap align=center width="100%" background="<%=imagePath%>titlebg.gif"><SPAN style="BACKGROUND-COLOR: #cecece"><FONT class=strong> Net - Office </font></SPAN></TD>
  31.         <TD><a href="javascript:self.close()"><IMG height=18 src="<%=imagePath%>right_b2.gif" width=18 border="0" alt="关闭窗口"></a></TD>
  32.         <TD vAlign=top background=<%=imagePath%>rwing.gif rowSpan=3><IMG height=18 src="<%=imagePath%>right.gif" width=7></TD>
  33.       </TR>
  34.       <TR> 
  35.         <TD background=<%=imagePath%>hr.gif colSpan=3><IMG height=2 src="<%=imagePath%>hr.gif" width=1></TD>
  36.       </TR>
  37.       <TR> 
  38.         <TD colSpan=3 align="center" class="iframestyle" valign="top" height="471">
  39.           <br>
  40.           <br>
  41.           <br>
  42.           <table width="600" border="1" cellspacing="1" bordercolor="#666666" class="iframestyle">
  43.             <tr valign="top"> 
  44.               <td bgcolor="#fafafa" >
  45.                 <table width="609" border="0" cellspacing="0" cellpadding="0">
  46.                   <tr valign="top" bgcolor="#cccccc"> 
  47.                     <td height="272"> 
  48.                       <table width="100%" border="0" cellspacing="0" cellpadding="0">
  49.                         <tr bgcolor="#cccccc"> 
  50.                           <td> 
  51.                             <table align="center" width="100%">
  52.                               <tr bgcolor="#FFFFFF"> 
  53.                                 <td colspan="2">错误信息
  54.                                 </td>
  55.                               </tr>
  56.                             </table>
  57.                             <table cellpadding="2" width="100%" cellspacing="1" align="center">
  58.                               <tr bgcolor="#FFFFFF">
  59.                                 <td colspan="20"><font class="strong" >当运行程序时发生错误,错误为:<font color=#6600CC><u><%= exceptionMsg %></u></font></font><font class="strongw"></font></td>
  60.                               </tr>
  61.                               <tbody> 
  62.                               <tr bgcolor="#FFFFFF"> 
  63.                                 <td colspan="20">&nbsp;错误信息为:<font color=#6600CC><u><%= exceptionMsg %></u></font></td>
  64.                               </tr>
  65.                               </tbody> 
  66.                             </table>
  67.                               <br>
  68.                               <br>
  69.                           </td>
  70.                         </tr>
  71.                       </table>
  72.                     </td>
  73.                   </tr>
  74.                 </table>
  75.               </td>
  76.             </tr>
  77.           </table>
  78.           <!--个人信息结束 --> <!--分隔线开始 --> <br>
  79.           <img src="<%=imagePath%>c_logo.gif" width="300" height="50"><br>
  80.           <table width="100%" border="0" cellspacing="0" cellpadding="0">
  81.              <tr> 
  82.               <td height="3"><img src="<%=imagePath%>a.gif" width="1" height="1"></td>
  83.             </tr>
  84.             <tr> 
  85.               <td background="<%=imagePath%>hr.gif"><img src="<%=imagePath%>hr.gif" width="1" height="2"></td>
  86.             </tr>
  87.              <tr> 
  88.               <td height="3"><img src="<%=imagePath%>a.gif" width="1" height="1"></td>
  89.             </tr>
  90.           </table>
  91. <!--分隔线结束 -->
  92.           <table width="100%" border="0" cellspacing="0" cellpadding="0">
  93.             <tr> 
  94.               <td> 
  95.                 <div align="right"><a href="intranet/communication/bulletin/intranet/help.htm" style="cursor:help" title="使用帮助"><img src="<%=imagePath%>help.gif" width="16" height="16" border="0">HELP</a></div>
  96.               </td>
  97.             </tr>
  98.           </table>
  99. </TD>
  100.     </TR>
  101.     <TR> 
  102.         <TD height="2"><IMG height=7 src="<%=imagePath%>leftbottom.gif" width=6></TD>
  103.         <TD background=<%=imagePath%>bottom.gif colSpan=3 height="2"><IMG height=7 
  104.       src="<%=imagePath%>bottom.gif" width=1></TD>
  105.         <TD height="2"><IMG height=7 src="<%=imagePath%>rightbottom.gif" 
  106. width=7></TD>
  107.     </TR>
  108.     </TBODY> 
  109.   </TABLE>
  110.     <BR>
  111.   <TABLE cellSpacing=1 cellPadding=2 width="300" border=0>
  112.     <TBODY> 
  113.     <TR>
  114.         <TD align=center><FONT class=footer><IMG height=1 
  115.       src="<%=imagePath%>hr_black.gif" width="100%"><BR>
  116.           <A target=_top 
  117.       href="http://www.visionnex.com">VisionNext e - Office System Version 1.0</A><br>
  118.           2001.02.14</FONT></TD>
  119.     </TR></TBODY></TABLE>
  120. </form></DIV>
  121. <!----------- END ALLWEBMENUS CODE ----------->
  122. </BODY></HTML>