bookcase_005fadd_jsp.java
上传用户:toby828
上传日期:2015-06-26
资源大小:8558k
文件大小:4k
源码类别:

Jsp/Servlet

开发平台:

Java

  1. package org.apache.jsp;
  2. import javax.servlet.*;
  3. import javax.servlet.http.*;
  4. import javax.servlet.jsp.*;
  5. import java.sql.*;
  6. public final class bookcase_005fadd_jsp extends org.apache.jasper.runtime.HttpJspBase
  7.     implements org.apache.jasper.runtime.JspSourceDependent {
  8.   private static java.util.Vector _jspx_dependants;
  9.   public java.util.List getDependants() {
  10.     return _jspx_dependants;
  11.   }
  12.   public void _jspService(HttpServletRequest request, HttpServletResponse response)
  13.         throws java.io.IOException, ServletException {
  14.     JspFactory _jspxFactory = null;
  15.     PageContext pageContext = null;
  16.     HttpSession session = null;
  17.     ServletContext application = null;
  18.     ServletConfig config = null;
  19.     JspWriter out = null;
  20.     Object page = this;
  21.     JspWriter _jspx_out = null;
  22.     PageContext _jspx_page_context = null;
  23.     try {
  24.       _jspxFactory = JspFactory.getDefaultFactory();
  25.       response.setContentType("text/html; charset=gb2312");
  26.       pageContext = _jspxFactory.getPageContext(this, request, response,
  27.        "", true, 8192, true);
  28.       _jspx_page_context = pageContext;
  29.       application = pageContext.getServletContext();
  30.       config = pageContext.getServletConfig();
  31.       session = pageContext.getSession();
  32.       out = pageContext.getOut();
  33.       _jspx_out = out;
  34.       out.write("rn<html>rn<head>rn<title>娣诲姞涔︽灦淇℃伅</title>rn<meta http-equiv="Content-Type" content="text/html; charset=gb2312">rn<link href="CSS/style.css" rel="stylesheet">rn</head>rnrn<body>rn<table width="292" height="175" border="0" cellpadding="0" cellspacing="0" background="Images/subBG.jpg">rn  <tr>rn    <td valign="top"><table width="100%" border="0" cellpadding="0" cellspacing="0">rn      <tr>rn        <td width="3%" height="25">&nbsp;</td>rn        <td width="94%">&nbsp;</td>rn        <td width="3%">&nbsp;</td>rn      </tr>rn      <tr>rn        <td>&nbsp;</td>rn        <td><table width="100%" height="131"  border="0" cellpadding="0" cellspacing="0">rn          <tr>rn            <td align="center" valign="top"><form name="form1" method="post" action="bookCase.do?action=bookCaseAdd">rn                <table width="100%" height="114"  border="0" cellpadding="0" cellspacing="0">rn                  <tr>rn                    <td height="74" align="center">涔︽灦鍚嶇О锛歕rn                      <input name="name2" type="text"></td>rn                    </tr>rn");
  35.       out.write("                  <tr>rn                    <td align="center"><input name="Submit3" type="submit" class="btn_grey" value="淇濆瓨">rn                      &nbsp;rn                      <input name="Submit22" type="button" class="btn_grey" value="鍏抽棴" onClick="window.close();"></td>rn                    </tr>rn                </table>rn            </form></td>rn          </tr>rn        </table></td>rn        <td>&nbsp;</td>rn      </tr>rn      <tr>rn        <td>&nbsp;</td>rn        <td>&nbsp;</td>rn        <td>&nbsp;</td>rn      </tr>rn    </table></td>rn  </tr>rn</table>rn</body>rn</html>rn");
  36.     } catch (Throwable t) {
  37.       if (!(t instanceof SkipPageException)){
  38.         out = _jspx_out;
  39.         if (out != null && out.getBufferSize() != 0)
  40.           out.clearBuffer();
  41.         if (_jspx_page_context != null) _jspx_page_context.handlePageException(t);
  42.       }
  43.     } finally {
  44.       if (_jspxFactory != null) _jspxFactory.releasePageContext(_jspx_page_context);
  45.     }
  46.   }
  47. }