📄 backpwd_jsp.java
字号:
package org.apache.jsp;
import javax.servlet.*;
import javax.servlet.http.*;
import javax.servlet.jsp.*;
public final class backpwd_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=GB18030");
pageContext = _jspxFactory.getPageContext(this, request, response,
null, 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("<html>\r\n");
out.write("<head>\r\n");
out.write("<title>聊天室用户管理</title>\r\n");
out.write("<meta http-equiv=\"Content-Type\" content=\"text/html; charset=gb2312\">\r\n");
out.write("<style type=\"text/css\">\r\n");
out.write(" BODY\t{\r\n");
out.write(" font-family:arial, verdana, sans-serif;\r\n");
out.write(" font-size:9pt;\r\n");
out.write(" font-weight:bold;\r\n");
out.write(" line-height:12pt;\r\n");
out.write(" letter-spacing:0px;\r\n");
out.write(" background:#B4B49D;\r\n");
out.write(" color:black;\r\n");
out.write(" margin:0px 0px 0px 0px;\r\n");
out.write(" }\r\n");
out.write(" .bright{\r\n");
out.write(" font-size:12px;\r\n");
out.write(" color:#E1C500;\r\n");
out.write(" letter-spacing:1px;\r\n");
out.write(" padding-left:140px;\r\n");
out.write(" }\r\n");
out.write(" .dim\t{\r\n");
out.write(" color:969F8E;\r\n");
out.write(" }\r\n");
out.write(" HR\t{\r\n");
out.write(" height:1px;\r\n");
out.write(" width:50%;\r\n");
out.write(" color:#969F8E;\r\n");
out.write(" text-align:left;\r\n");
out.write(" }\r\n");
out.write(" A \t{\r\n");
out.write(" }\r\n");
out.write(" A:visited {\r\n");
out.write(" color:#001288;\r\n");
out.write(" text-decoration:underline;\r\n");
out.write(" }\r\n");
out.write(" A:link {\r\n");
out.write(" color:#001288;\r\n");
out.write(" text-decoration:underline;\r\n");
out.write(" }\r\n");
out.write(" A:hover {\r\n");
out.write(" color: #001288;\r\n");
out.write(" text-decoration:none;\r\n");
out.write(" }\r\n");
out.write(" A:active {\r\n");
out.write(" color: #001288;\r\n");
out.write(" text-decoration:none;\r\n");
out.write(" }\r\n");
out.write(" IMG\t{\r\n");
out.write(" margin:0px 0px 0px 0px;\r\n");
out.write(" border:none;\r\n");
out.write(" }\r\n");
out.write("</STYLE>\r\n");
out.write("<script type=\"\" language=\"javascript\">\r\n");
out.write("function check(){\r\n");
out.write("var id=document.frm.userId.value;\r\n");
out.write("var answer=document.frm.answer.value;\r\n");
out.write("if(id==\"\"||answer==\"\"){\r\n");
out.write(" alert(\"请填写完整!!\");\r\n");
out.write(" return false;\r\n");
out.write("}\r\n");
out.write("}\r\n");
out.write("</script></head>\r\n");
out.write("<body bgcolor=\\\"#ffffff\\\" onload='javascript:frm.userId.focus();'>\r\n");
out.write("<form method=\"post\" action=\"backpwdservlet\" name=\"frm\" onsubmit=\"return check()\">\r\n");
out.write("<center>\r\n");
out.write(" <div style=\"background:black;\">\r\n");
out.write(" <img src=\"img/cz_logo2.gif\" alt=\"\">\r\n");
out.write(" </div>\r\n");
out.write(" <h1>聊天室密码找回</h1>\r\n");
out.write(" 用户名\r\n");
out.write(" <input type=\"text\" name=\"userId\"/>\r\n");
out.write(" <br>\r\n");
out.write(" <br>\r\n");
out.write(" <p> 提示问题:\r\n");
out.write(" <select name=\"question\" size=\"1\" lang=\"50\">\r\n");
out.write(" <option>你最喜欢吃的食物名字</option>\r\n");
out.write(" <option>你最好的朋友的名字.</option>\r\n");
out.write(" <option>最喜欢的动物的名字</option>\r\n");
out.write(" <option>你最讨厌的人的名字</option>\r\n");
out.write(" </select>\r\n");
out.write(" \r\n");
out.write("</p>\r\n");
out.write(" <p> 你的回答:\r\n");
out.write(" <input type=\"text\" name=\"answer\">\r\n");
out.write(" <br/>\r\n");
out.write(" <br/>\r\n");
out.write(" <input type=\"submit\" name=\"Submit\" value=\"确定\">\r\n");
out.write(" \r\n");
out.write(" <input type=\"reset\" value=\"重置\">\r\n");
out.write("\r\n");
out.write("</center>\r\n");
out.write("</form>\r\n");
out.write("</body>\r\n");
out.write("</html>\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 + -