error.jsp
上传用户:ycdfsj258
上传日期:2022-08-04
资源大小:1094k
文件大小:1k
源码类别:

图形图象

开发平台:

Java

  1. <%@ page contentType="text/html; charset=gb2312" language="java" import="java.sql.*" errorPage="" %>
  2. <%
  3. String error=(String)request.getAttribute("error");
  4. %>
  5. <html xmlns="http://www.w3.org/1999/xhtml">
  6. <head>
  7. <meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
  8. <title>错误提示</title>
  9. <link href="CSS/style.css" rel="stylesheet">
  10. </head>
  11. <body>
  12. <table width="100%" height="100%" border="0" cellpadding="0" cellspacing="0">
  13.   <tr>
  14.     <td align="center"><table width="419" height="226" border="0" cellpadding="0" cellspacing="0">
  15.       <tr>
  16.         <td align="center" background="Images/error.jpg"><table width="388" height="194" border="0" cellpadding="0" cellspacing="0">
  17.           <tr>
  18.             <td align="center"><img src="Images/error_b.gif" width="31" height="31">&nbsp;&nbsp;错误提示信息: <%=error%> <br>
  19.               <br>
  20.               <input name="Submit" type="submit" class="btn_grey" value="返回" onClick="history.back(-1)"></td>
  21.           </tr>
  22.         </table></td>
  23.       </tr>
  24.     </table></td>
  25.   </tr>
  26. </table>
  27. <center>
  28. </center>
  29. </body>
  30. </html>