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

📄 error.jsp

📁 java编写的简易留言本
💻 JSP
字号:
<%@ page contentType="text/html; charset=GBK" %>
<%@ include file="config.jsp" %>
<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 4.01 Transitional//EN\">
<html>
<head>
<title><%=gbname%> - 出错信息提示</title>
<meta name=\"Description\"  content=\"PHP,Redhat,PHP开放代码\">
<meta name=\"keywords\" content=\"Redhat,http://2002.buyionline.net,PHP开放代码\">
<LINK href=\"style.css\" rel=stylesheet>
<meta http-equiv=Content-Type content=text/html;charset=gb2312>
</head>

<body>
<center><!-----------------------------------center---------------------------------->
<table border=0 width=590 cellspacing=0 cellpadding=0>
<tr>
  <td align=right><img src='images/center_error.gif' border=0></td>
</tr>
<tr>
  <td align=center height=380>
    <table border=0 cellpadding=0 cellspacing=0 width=534>
	<tr>
	  <td colspan=3><img src=images/error_r1_c1.gif width=534 height=42 border=0></td>
	  <td><img src=images/error/spacer.gif width=1 height=42 border=0></td>
	</tr>
	<tr>
	  <td rowspan=2><img src=images/error_r2_c1.gif width=43 height=239 border=0></td>
	  <td width=479 height=228 align=center bgcolor=#f7f7f7 class=htd>
	    <font class=red><big>出错啦!</big></font>
		<hr size=1><font color=#336699><b><%=request.getAttribute("msg")%></b></font>
		<hr size=1><a href=\"#\" onClick=\"JavaScript:window.history.back(-1);\">返回前页</a>
      </td>
	  <td rowspan=2><img src=images/error_r2_c3.gif width=12 height=239 border=0></td>
	  <td><img src=images/spacer.gif width=1 height=228 border=0></td>
	</tr>
	<tr>
	  <td><img src=images/error_r3_c2.gif width=479 height=11 border=0></td>
      <td><img src=images/spacer.gif width=1 height=11 border=0></td>
	</tr>
	</table><br>
  </td>
</tr>
</table>
<p><%@include file="copyright.jsp"%></p>
</center>
</body>
</html>

⌨️ 快捷键说明

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