📄 error.jsp
字号:
<%@ page contentType="text/html; charset=gb2312" language="java" import="java.sql.*" errorPage="" %>
<%
String error=(String)request.getAttribute("error");
%>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<title>错误提示</title>
<link href="CSS/style.css" rel="stylesheet">
</head>
<body>
<table width="100%" height="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td align="center"><table width="419" height="226" border="0" cellpadding="0" cellspacing="0">
<tr>
<td align="center" background="Images/error.jpg"><table width="388" height="194" border="0" cellpadding="0" cellspacing="0">
<tr>
<td align="center"><img src="Images/error_b.gif" width="31" height="31"> 错误提示信息: <%=error%> <br>
<br>
<input name="Submit" type="submit" class="btn_grey" value="返回" onClick="history.back(-1)"></td>
</tr>
</table></td>
</tr>
</table></td>
</tr>
</table>
<center>
</center>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -