error.jsp
资源名称:Library.rar [点击查看]
上传用户:ycdfsj258
上传日期:2022-08-04
资源大小:1094k
文件大小:1k
源码类别:
图形图象
开发平台:
Java
- <%@ 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>