📄 right_0005fupdatepassword_0002ejsp_jsp.java
字号:
package jsp.managerBack;
import javax.servlet.*;
import javax.servlet.http.*;
import javax.servlet.jsp.*;
import org.apache.jasper.runtime.*;
public class right_0005fupdatepassword_0002ejsp_jsp extends HttpJspBase {
static {
}
public right_0005fupdatepassword_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/right_updatepassword.jsp";from=(0,48);to=(32,66)]
out.write("\r\n<html>\r\n<head>\r\n<title>\r\nindex\r\n</title>\r\n\r\n</head>\r\n<script language=\"JavaScript\">\r\nfunction RgTest(){\r\n\r\nif(document.form.password.value==\"\"){\r\nwindow.alert(\"请输入新密码:\");\r\ndocument.form.password.focus();\r\nreturn false;\r\n}\r\n\r\nif(document.form.nextPassword.value==\"\"){\r\nwindow.alert(\"请再次输入新密码:\");\r\ndocument.form.nextPassword.focus();\r\nreturn false;\r\n}\r\n\r\nreturn true;\r\n}\r\n</script>\r\n\r\n<body bgcolor=\"#ffffc0\">\r\n<div align=\"center\">\r\n <p>新密码</p>\r\n\r\n <p> </p>\r\n <form name=\"form\" method=\"post\" action=\"adminUpdateAction.do?ID=");
// end
// begin [file="/jsp/managerBack/right_updatepassword.jsp";from=(32,69);to=(32,95)]
out.print(request.getParameter("ID"));
// end
// HTML // begin [file="/jsp/managerBack/right_updatepassword.jsp";from=(32,97);to=(52,0)]
out.write("\" onClick=\"return RgTest()\">\r\n <table width=\"404\" border=\"3\" cellspacing=\"3\" cellpadding=\"3\">\r\n <tr>\r\n <td width=\"134\">请输入新密码:</td>\r\n <td width=\"239\"><input name=\"password\" type=\"password\" ></td>\r\n </tr>\r\n <tr>\r\n <td>请再次输入新密码:</td>\r\n <td><input name=\"nextPassword\" type=\"password\"></td>\r\n </tr>\r\n </table>\r\n <input type=\"submit\" name=\"Submit2\" value=\"提交\"> \r\n\t \r\n <input type=\"reset\" name=\"Submit\" value=\"重置\">\r\n </form>\r\n <p> </p>\r\n</div>\r\n\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 + -