?? ftwo_jsp.java
字號:
package org.apache.jsp;
import javax.servlet.*;
import javax.servlet.http.*;
import javax.servlet.jsp.*;
import java.sql.*;
public final class fTwo_jsp extends org.apache.jasper.runtime.HttpJspBase
implements org.apache.jasper.runtime.JspSourceDependent {
private static java.util.Vector _jspx_dependants;
public java.util.List getDependants() {
return _jspx_dependants;
}
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;
JspWriter _jspx_out = null;
PageContext _jspx_page_context = null;
try {
_jspxFactory = JspFactory.getDefaultFactory();
response.setContentType("text/html; charset=gb2312");
pageContext = _jspxFactory.getPageContext(this, request, response,
"", true, 8192, true);
_jspx_page_context = pageContext;
application = pageContext.getServletContext();
config = pageContext.getServletConfig();
session = pageContext.getSession();
out = pageContext.getOut();
_jspx_out = out;
out.write("\r\n");
out.write("<meta http-equiv=\"Content-Type\" content=\"text/html; charset=gb2312\">\r\n");
out.write("<table width=\"800\" height=\"60\" border=\"1\" cellpadding=\"0\" cellspacing=\"0\">\r\n");
out.write(" <tr>\r\n");
out.write(" <td width=\"249\" rowspan=\"2\"><div align=\"center\">宇晨新聞站</div></td>\r\n");
out.write(" <form name=\"form2\" method=\"post\" action=\"\"> <td width=\"545\" height=\"30\" colspan=\"4\"> 新聞關鍵字\r\n");
out.write(" \r\n");
out.write(" <input name=\"newsName\" type=\"text\">\r\n");
out.write(" \r\n");
out.write("\t\t <select name=\"select\">\r\n");
out.write("\t <option></option>\r\n");
out.write(" <option value=\"時政\">時政</option>\r\n");
out.write("\t\t<option value=\"軍事\">軍事</option>\r\n");
out.write("\t\t<option value=\"經濟\">經濟</option>\r\n");
out.write("\t\t<option value=\"科教\">科教</option>\r\n");
out.write("\t\t<option value=\"法制\">法制</option>\r\n");
out.write("\t\t<option value=\"社會\">社會</option>\r\n");
out.write("\t\t<option value=\"娛樂\">娛樂</option>\r\n");
out.write(" </select>\r\n");
out.write(" \r\n");
out.write(" <input type=\"submit\" name=\"Submit\" value=\"新聞搜索\">\r\n");
out.write("\t\t \r\n");
out.write(" </td>\r\n");
out.write(" </form>\r\n");
out.write(" \r\n");
out.write(" </tr>\r\n");
out.write(" <tr>\r\n");
out.write(" \r\n");
out.write(" <form name=\"form3\" method=\"post\" action=\"\">\r\n");
out.write(" <td height=\"30\">\r\n");
out.write(" <div align=\"center\">\r\n");
out.write(" <input type=\"submit\" name=\"Submit2\" value=\"收藏本頁\">\r\n");
out.write(" </div>\r\n");
out.write(" </td></form>\r\n");
out.write(" \r\n");
out.write("\t\r\n");
out.write("\t<form name=\"form4\" method=\"post\" action=\"\"> <td>\r\n");
out.write(" <div align=\"center\">\r\n");
out.write(" <input type=\"submit\" name=\"Submit3\" value=\"設為首頁\">\r\n");
out.write(" </div>\r\n");
out.write(" </td></form>\r\n");
out.write(" \r\n");
out.write(" \r\n");
out.write(" <form name=\"form5\" method=\"post\" action=\"\"> <td>\r\n");
out.write(" <div align=\"center\">\r\n");
out.write(" <input type=\"submit\" name=\"Submit4\" value=\"聯系我們\">\r\n");
out.write(" </div>\r\n");
out.write(" </td> </form>\r\n");
out.write(" \r\n");
out.write(" \r\n");
out.write(" <form name=\"form6\" method=\"post\" action=\"\"> <td>\r\n");
out.write(" <div align=\"center\">\r\n");
out.write(" <input type=\"submit\" name=\"Submit5\" value=\"規章制度\">\r\n");
out.write(" </div>\r\n");
out.write(" </td></form>\r\n");
out.write(" </tr>\r\n");
out.write(" </table>\r\n");
} catch (Throwable t) {
if (!(t instanceof SkipPageException)){
out = _jspx_out;
if (out != null && out.getBufferSize() != 0)
out.clearBuffer();
if (_jspx_page_context != null) _jspx_page_context.handlePageException(t);
}
} finally {
if (_jspxFactory != null) _jspxFactory.releasePageContext(_jspx_page_context);
}
}
}
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -