?? managercheck_0002ejsp_jsp.java
字號:
package jsp.managerBack;
import javax.servlet.*;
import javax.servlet.http.*;
import javax.servlet.jsp.*;
import org.apache.jasper.runtime.*;
public class managerCheck_0002ejsp_jsp extends HttpJspBase {
static {
}
public managerCheck_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="/jsp/managerBack/managerCheck.jsp";from=(0,48);to=(53,0)]
out.write("\r\n<html>\r\n<head>\r\n<title>核對密碼</title>\r\n<link href=\"../CSS/style.css\" rel=\"stylesheet\">\r\n</head>\r\n<script language=\"JavaScript\">\r\nfunction RgTest(){\r\nif(document.form.managerName.value==\"\"){\r\nwindow.alert(\"請輸入管理員帳號:\");\r\ndocument.form.managerName.focus();\r\nreturn false;\r\n}\r\n\r\nif(document.form.managerPassWord.value==\"\"){\r\nwindow.alert(\"請輸入管理員密碼:\");\r\ndocument.form.managerPassWord.focus();\r\nreturn false;\r\n}\r\n\r\nreturn true;\r\n}\r\n</script>\r\n<body>\r\n <form name=\"form\" method=\"post\" action=\"../../managerCheckAction.do\" onSubmit=\"return RgTest()\">\r\n <table width=\"298\" height=\"253\" border=\"0\" align=\"center\" cellpadding=\"0\" cellspacing=\"0\">\r\n <tr>\r\n <td height=\"159\" valign=\"top\" background=\"../images/managerCheck.gif\"><table width=\"100%\" height=\"199\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\">\r\n <tr>\r\n <td height=\"95\"> </td>\r\n </tr>\r\n <tr>\r\n <td align=\"center\">\r\n <table width=\"289\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\">\r\n <tr>\r\n <td width=\"97\" height=\"32\" align=\"right\">賬號:</td>\r\n <td width=\"192\"><input name=\"managerName\" type=\"text\" size=\"20\"></td>\r\n </tr>\r\n <tr>\r\n <td height=\"32\" align=\"right\">密碼:</td>\r\n <td><input name=\"managerPassWord\" type=\"password\" size=\"20\"></td>\r\n </tr>\r\n </table>\r\n <input name=\"Submit2\" type=\"submit\" class=\"btn_grey\" value=\"提交\">\t \r\n <input name=\"Submit\" type=\"reset\" class=\"btn_grey\" value=\"重置\"></td>\r\n </tr>\r\n </table></td>\r\n </tr>\r\n</table>\r\n </form>\r\n <p align=\"center\"><a href=\"../../index.jsp\">返回</a></p>\r\n</body>\r\n</html>\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 + -