📄 auto_error_page.jsp
字号:
<%@page isErrorPage = "true"%>
<%
//String exceptionType = exception.getClass().getName();
String exceptionMsg = "对不起,不能删除该汽车信息";
String imagePath = request.getContextPath()+"/vnex/MacOs/";
%>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML>
<HEAD>
<TITLE>net-office</TITLE>
<META http-equiv=Content-Type content="text/html; charset=gb2312">
<META content="MSHTML 5.50.4134.600" name=GENERATOR>
<link rel="stylesheet" href="<%=request.getContextPath()%>/vnex/hr_macos.css" type="text/css">
</HEAD>
<BODY text=#000000 vLink=#000000 aLink=#000000 link=#000000 bgColor=#ffffff topMargin=20>
<DIV align=center>
<form name="form1" method="post">
<TABLE class=outter cellSpacing=0 cellPadding=0 width=600 border=0>
<TBODY>
<TR>
<TD><IMG height=4 src="<%=imagePath%>lefttop.gif" width=6></TD>
<TD background=<%=imagePath%>top.gif colSpan=3><IMG height=4 src="<%=imagePath%>top.gif" width=1></TD>
<TD><IMG height=4 src="<%=imagePath%>righttop.gif"></TD>
</TR>
<TR>
<TD vAlign=top background=<%=imagePath%>lwing.gif rowSpan=3><IMG height=18 src="<%=imagePath%>left.gif" width=6></TD>
<TD vAlign=top background=<%=imagePath%>titlebg.gif width="16">
<DIV><a href="<%=request.getContextPath()%>/vnex/index.htm"><img src="<%=imagePath%>logo.gif" width="16" height="16" alt="返回Net_Office首页" border="0"></a></DIV>
</TD>
<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>
<TD><a href="javascript:self.close()"><IMG height=18 src="<%=imagePath%>right_b2.gif" width=18 border="0" alt="关闭窗口"></a></TD>
<TD vAlign=top background=<%=imagePath%>rwing.gif rowSpan=3><IMG height=18 src="<%=imagePath%>right.gif" width=7></TD>
</TR>
<TR>
<TD background=<%=imagePath%>hr.gif colSpan=3><IMG height=2 src="<%=imagePath%>hr.gif" width=1></TD>
</TR>
<TR>
<TD colSpan=3 align="center" class="iframestyle" valign="top" height="471">
<br>
<br>
<br>
<table width="600" border="1" cellspacing="1" bordercolor="#666666" class="iframestyle">
<tr valign="top">
<td bgcolor="#fafafa" >
<table width="609" border="0" cellspacing="0" cellpadding="0">
<tr valign="top" bgcolor="#cccccc">
<td height="272">
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr bgcolor="#cccccc">
<td>
<table align="center" width="100%">
<tr bgcolor="#FFFFFF">
<td colspan="2">错误信息
</td>
</tr>
</table>
<table cellpadding="2" width="100%" cellspacing="1" align="center">
<tr bgcolor="#FFFFFF">
<td colspan="20"><font class="strong" >当运行程序时发生错误,错误为:<font color=#6600CC><u><%= exceptionMsg %></u></font></font><font class="strongw"></font></td>
</tr>
<tbody>
<tr bgcolor="#FFFFFF">
<td colspan="20"> 错误信息为:<font color=#6600CC><u><%= exceptionMsg %></u></font></td>
</tr>
</tbody>
</table>
<br>
<br>
</td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
</table>
<!--个人信息结束 --> <!--分隔线开始 --> <br>
<img src="<%=imagePath%>c_logo.gif" width="300" height="50"><br>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td height="3"><img src="<%=imagePath%>a.gif" width="1" height="1"></td>
</tr>
<tr>
<td background="<%=imagePath%>hr.gif"><img src="<%=imagePath%>hr.gif" width="1" height="2"></td>
</tr>
<tr>
<td height="3"><img src="<%=imagePath%>a.gif" width="1" height="1"></td>
</tr>
</table>
<!--分隔线结束 -->
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td>
<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>
</td>
</tr>
</table>
</TD>
</TR>
<TR>
<TD height="2"><IMG height=7 src="<%=imagePath%>leftbottom.gif" width=6></TD>
<TD background=<%=imagePath%>bottom.gif colSpan=3 height="2"><IMG height=7
src="<%=imagePath%>bottom.gif" width=1></TD>
<TD height="2"><IMG height=7 src="<%=imagePath%>rightbottom.gif"
width=7></TD>
</TR>
</TBODY>
</TABLE>
<BR>
<TABLE cellSpacing=1 cellPadding=2 width="300" border=0>
<TBODY>
<TR>
<TD align=center><FONT class=footer><IMG height=1
src="<%=imagePath%>hr_black.gif" width="100%"><BR>
<A target=_top
href="http://www.visionnex.com">VisionNext e - Office System Version 1.0</A><br>
2001.02.14</FONT></TD>
</TR></TBODY></TABLE>
</form></DIV>
<!----------- END ALLWEBMENUS CODE ----------->
</BODY></HTML>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -