?? errorpage.jsp
字號(hào):
<%@ page language="java" contentType="text/html; charset=gb2312" pageEncoding="GB2312"%>
<% request.setCharacterEncoding("gb2312");%>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<meta http-equiv='Expires' content='-10'>
<meta http-equiv='Pragma' content='No-cache'>
<meta http-equiv='Cache-Control', 'private'>
<title>錯(cuò)誤信息頁(yè)面!</title>
<link href="<%=request.getContextPath()%>/cssjs/errorstyle.css" rel="stylesheet" type="text/css">
<style type="text/css">
<!--
body {
background-color: #cccccc;
}
-->
</style></head>
<body>
<table width="610" border="0" align="center">
<tr>
<td width="233" rowspan="4"><img height="200" src="<%=request.getContextPath()%>/image/errormsg.gif" width="233"></td>
<td width="367" height="54" class="errorstyle"> </td>
</tr>
<tr>
<td height="51" class="errorstyle"><%
String errors=(String)session.getAttribute("errors");
if(errors!=null){
out.print(errors);
session.removeAttribute("errors");
}
%></td>
</tr>
<tr>
<td height="46" class="errorstyle"> </td>
</tr>
<tr>
<td height="32" class="errorstyle"> </td>
</tr>
</table>
</body>
</html>
?? 快捷鍵說(shuō)明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -