stu_0002ejsp_jsp.java
资源名称:JSP02.rar [点击查看]
上传用户:top0756
上传日期:2022-08-11
资源大小:6501k
文件大小:4k
源码类别:
Jsp/Servlet
开发平台:
VBScript
- import javax.servlet.*;
- import javax.servlet.http.*;
- import javax.servlet.jsp.*;
- import org.apache.jasper.runtime.*;
- public class stu_0002ejsp_jsp extends HttpJspBase {
- static {
- }
- public stu_0002ejsp_jsp( ) {
- }
- private static boolean _jspx_inited = false;
- public final void _jspx_init() throws org.apache.jasper.runtime.JspException {
- }
- public void _jspService(HttpServletRequest request, HttpServletResponse response)
- throws java.io.IOException, ServletException {
- JspFactory _jspxFactory = null;
- PageContext pageContext = null;
- HttpSession session = null;
- ServletContext application = null;
- ServletConfig config = null;
- JspWriter out = null;
- Object page = this;
- String _value = null;
- try {
- if (_jspx_inited == false) {
- synchronized (this) {
- if (_jspx_inited == false) {
- _jspx_init();
- _jspx_inited = true;
- }
- }
- }
- _jspxFactory = JspFactory.getDefaultFactory();
- response.setContentType("text/html; charset=GBK");
- pageContext = _jspxFactory.getPageContext(this, request, response,
- "", true, 8192, true);
- application = pageContext.getServletContext();
- config = pageContext.getServletConfig();
- session = pageContext.getSession();
- out = pageContext.getOut();
- // HTML // begin [file="/stu.jsp";from=(0,48);to=(38,0)]
- out.write("rn<html>rn <style type="TEXT/CSS">rn A:LINK{COLOR:BLUE;FONT-SIZE:9PT;TEXT-DECORATION:NONE}rn A:VISITED{COLOR:8486C3;FONT-SIZE:9PT;TEXT-DECORATION:NONE}rn A:HOVER{COLOR:GREEN;FONT-SIZE:10PT;TEXT-DECORATION:UNDERLINE}</STYLE>rn<head>rn<title>rn 学生信息页面rn</title>rn</head>rn<body ONLOAD="webclock()" background="img/bg3.jpg" text="#808080" link="#FF99CC" vlink="#FF8080" alink="#FF99CC" topmargin="0" leftmargin="0">rn <center>rnrn<table width="778">rn <tr><td colspan="3" align="center">rn <img alt="" src="img/top_image.jpg" />rn </td>rn </tr>rn </table>rn<table width="778" background="img/main5.gif">rn <tr>rn<td align="center"><table align="center" border="0" >rn <tr><td background="img/gg.gif"></td></tr>rn <tr><td><img border="0" src="img/max.gif"> <a href="xjdetail.htm" target="body">学籍维护</a></td></tr>rn <tr><td><img border="0" src="img/max.gif"> <a href="searchscore.jsp" target="body">成绩查询</a></td></tr>rn <tr><td><img border="0" src="img/max.gif"> <a href="pwd.jsp" target="body">密码修改</a></td></tr>rn <tr><td><img border="0" src="img/max.gif"> <a href="enter.jsp">退出系统</a></td></tr></table></td></tr>rn <td width="630" height="500" ><table bgcolor="#9999ff"><tr><td background="img/main5.gif"><iframe frameborder="0" name="body" src="ncu.jsp" align="top" height="550" width="630" id="body" >rn </iframe> </td>rn </tr>rn</table></td></table>rn<table width="780">rn <tr><td width="780"></td></tr>rn</table>rn</center>rn</body>rn</html>rn");
- // end
- } catch (Throwable t) {
- if (out != null && out.getBufferSize() != 0)
- out.clearBuffer();
- if (pageContext != null) pageContext.handlePageException(t);
- } finally {
- if (_jspxFactory != null) _jspxFactory.releasePageContext(pageContext);
- }
- }
- }