📄 share_0002fpage_0002fpage_0005fform_0002ejsp_jsp.java
字号:
import javax.servlet.*;
import javax.servlet.http.*;
import javax.servlet.jsp.*;
import org.apache.jasper.runtime.*;
public class share_0002fpage_0002fpage_0005fform_0002ejsp_jsp extends HttpJspBase {
static {
}
public share_0002fpage_0002fpage_0005fform_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=ISO-8859-1");
pageContext = _jspxFactory.getPageContext(this, request, response,
"", true, 8192, true);
application = pageContext.getServletContext();
config = pageContext.getServletConfig();
session = pageContext.getSession();
out = pageContext.getOut();
// HTML // begin [file="/share/page/page_form.jsp";from=(0,0);to=(1,0)]
out.write("<form name=\"formPage\" method=\"post\">\r\n");
// end
// HTML // begin [file="/share/page/page_hidden.jsp";from=(0,0);to=(1,47)]
out.write("<!--²éѯÐÅÏ¢-->\r\n<input type=\"hidden\" name=\"searchField\" value=\"");
// end
// begin [file="/share/page/page_hidden.jsp";from=(1,50);to=(1,61)]
out.print(searchField);
// end
// HTML // begin [file="/share/page/page_hidden.jsp";from=(1,63);to=(2,45)]
out.write("\">\r\n<input type=\"hidden\" name=\"searchKey\" value=\"");
// end
// begin [file="/share/page/page_hidden.jsp";from=(2,48);to=(2,57)]
out.print(searchKey);
// end
// HTML // begin [file="/share/page/page_hidden.jsp";from=(2,59);to=(4,40)]
out.write("\">\r\n<!--·ÖÒ³ÐÅÏ¢-->\r\n<input type=\"hidden\" name=\"page\" value=\"");
// end
// begin [file="/share/page/page_hidden.jsp";from=(4,43);to=(4,50)]
out.print(strPage);
// end
// HTML // begin [file="/share/page/page_hidden.jsp";from=(4,52);to=(6,42)]
out.write("\">\r\n<!--¶¯×÷ÐÅÏ¢-->\r\n<input type=\"hidden\" name=\"ACTION\" value=\"");
// end
// begin [file="/share/page/page_hidden.jsp";from=(6,45);to=(6,54)]
out.print(strACTION);
// end
// HTML // begin [file="/share/page/page_hidden.jsp";from=(6,56);to=(7,0)]
out.write("\">\r\n");
// end
// HTML // begin [file="/share/page/page_form.jsp";from=(1,47);to=(18,0)]
out.write("\r\n</form>\r\n<script language=\"Javascript\">\r\n function goUrl(url) {\r\n document.formPage.action = url;\r\n document.formPage.submit();\r\n }\r\n\r\n function goUrlConfirm(url,msg) {\r\n if (confirm(msg)) {\r\n document.formPage.action = url;\r\n document.formPage.submit();\r\n } else {\r\n ////////////ÐèÒªÔÚÕâÀï¼ÓÈë¿ØÖÆ¹â±êÐÎ×´µÄ´úÂë\r\n }\r\n}\r\n</script>\r\n");
// 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);
}
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -