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

📄 error.jsp

📁 用Java WEB写的图书管理系统
💻 JSP
字号:
<%@ page language="java" import="java.util.*" pageEncoding="utf-8"%>
<%
String path = request.getContextPath();
String basePath = request.getScheme()+"://"+request.getServerName()+":"+request.getServerPort()+path+"/";
%>

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<title></title>
<link rel="stylesheet" href="Css/style.css" />

<style type="text/css">
<!--
.STYLE1 {
	font-size: 30px;
	font-weight: bold;
	color: #FF0000;
}
-->
</style>
</head>

<body>
<table width="800" border="0" align="center" cellpadding="0" cellspacing="0">
  <tr>
    <td width="22" background="images/bg_left.gif">&nbsp;</td>
    <td width="760">
<table width="760" height="568" border="0" align="center" cellpadding="0" cellspacing="0" bgcolor="#FFFFFF">
  <tr>
    <td height="126" align="center"><img src="images/bg_top.gif" width="761" height="126"></td>
  </tr>
  <tr>
    <td height="347" valign="top" class = "STYLE1">
	<%
	    String errorinfo = (String)session.getAttribute("error");
	    out.print(errorinfo);
	 %>
	</td>
  </tr>
  <tr>
    <td align="center" class="tableBorder_LR">&nbsp;</td>
  </tr>
</table>
    <td width="19" background="images/bg_right.gif">&nbsp;</td>
  </tr>
</table>
</body>
</html>

⌨️ 快捷键说明

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