📄 register_jsp.java
字号:
out.write(" <tbody> \r\n");
out.write(" <tr> \r\n");
out.write(" <td \r\n");
out.write(" width=750 height=20 valign=top bgcolor=\"#F2F8FF\"> \r\n");
out.write(" <div align=\"center\"> \r\n");
out.write(" \r\n");
out.write(" <table width=\"93%\" cellspacing=\"1\" cellpadding=\"2\" align=\"center\" border=\"0\" bordercolor=\"#FFFFFF\">\r\n");
out.write(" <tr > \r\n");
out.write(" <td colspan=\"2\" bordercolor=\"#000000\" height=\"30\">欢迎您加入本站点参加交流和讨论,本站点为公共论坛,为维护网上公共秩序和社会稳定,请您自觉遵守以下条款: \r\n");
out.write(" 、不得利用本站危害国家安全、泄露国家秘密,不得侵犯国家社会集体的和公民的合法权益,不得利用本站制作、复制和传播下列信息: \r\n");
out.write(" <br>\r\n");
out.write(" (一)煽动抗拒、破坏宪法和法律、行政法规实施的;<br>\r\n");
out.write(" (二)煽动颠覆国家政权,推翻社会主义制度的;<br>\r\n");
out.write(" (三)煽动分裂国家、破坏国家统一的;<br>\r\n");
out.write(" (四)煽动民族仇恨、民族歧视,破坏民族团结的;<br>\r\n");
out.write(" (五)捏造或者歪曲事实,散布谣言,扰乱社会秩序的;<br>\r\n");
out.write(" (六)宣扬封建迷信、淫秽、色情、赌博、暴力、凶杀、恐怖、教唆犯罪的; <br>\r\n");
out.write(" (七)公然侮辱他人或者捏造事实诽谤他人的,或者进行其他恶意攻击的;<br>\r\n");
out.write(" (八)损害国家机关信誉的;<br>\r\n");
out.write(" (九)其他违反宪法和法律行政法规的;<br>\r\n");
out.write(" (十)进行商业广告行为的。<br>\r\n");
out.write(" 二、互相尊重,对自己的言论和行为负责。 </td>\r\n");
out.write(" </tr>\r\n");
out.write(" </table>\r\n");
out.write(" \r\n");
out.write(" <table width=\"93%\" border=\"0\" align=\"center\" cellspacing=\"1\" cellpadding=\"2\" height=\"290\">\r\n");
out.write(" <tr> \r\n");
out.write(" <td colspan=\"2\" height=\"9\"> \r\n");
out.write(" <hr size=\"1\">\r\n");
out.write(" </td>\r\n");
out.write(" </tr>\r\n");
out.write(" <tr> \r\n");
out.write(" <td width=\"20%\" height=\"20\" bgcolor=\"#F2F8FF\"> \r\n");
out.write(" <div align=\"right\">昵 称:</div>\r\n");
out.write(" </td>\r\n");
out.write(" <td width=\"80%\" height=\"20\"> \r\n");
out.write(" <input type=\"text\" name=\"bbsuser\" size=\"15\">\r\n");
out.write(" <font color=\"#CC0000\">*</font> <font color=\"#FF0000\">汉字、a-z的英文字母、0-9的数字或下划线组成 \r\n");
out.write(" </font></td>\r\n");
out.write(" </tr>\r\n");
out.write(" <tr> \r\n");
out.write(" <td width=\"20%\" height=\"20\" bgcolor=\"#F2F8FF\"> \r\n");
out.write(" <div align=\"right\">用户名:</div>\r\n");
out.write(" </td>\r\n");
out.write(" <td width=\"80%\" height=\"20\"> \r\n");
out.write(" <input type=\"text\" name=\"name\" size=\"15\">\r\n");
out.write(" <font color=\"#FFFFFF\">\r\n");
out.write(" <input type=\"Button\" value=\"检测用户名是否存在\" onClick=\"chkuser();\" class=\"button\" name=\"Button\">\r\n");
out.write("<script language=\"JavaScript\">\r\n");
out.write(" <!--\r\n");
out.write(" function chkuser()\r\n");
out.write(" {\r\n");
out.write(" var uname;\r\n");
out.write(" uname=form1.name.value;\r\n");
out.write("\tif (uname==\"\") \r\n");
out.write("\t{\r\n");
out.write("\t\talert(\"您还没有输入用户名!\");\r\n");
out.write("\t\tform1.name.focus();\r\n");
out.write("\t\treturn false;\r\n");
out.write("\t}\r\n");
out.write("\telse\r\n");
out.write("\t{\r\n");
out.write("\twindow.open(\"checkusername.jsp?searchid=\" + uname ,\"\",\"width=2,height=2,top=1000,left=5000\");\r\n");
out.write("\t}\r\n");
out.write(" }\r\n");
out.write(" //-->\r\n");
out.write("</script>\r\n");
out.write(" </font><font color=\"#CC0000\">* \r\n");
out.write(" <input type=\"radio\" name=\"clubuser_sex\" value=\"男\" checked>\r\n");
out.write(" 男 \r\n");
out.write(" <input type=\"radio\" name=\"clubuser_sex\" value=\"女\">\r\n");
out.write(" 女</font></td>\r\n");
out.write(" </tr>\r\n");
out.write(" <tr> \r\n");
out.write(" <td width=\"20%\" height=\"20\" bgcolor=\"#F2F8FF\"> \r\n");
out.write(" <div align=\"right\">密 码:</div>\r\n");
out.write(" </td>\r\n");
out.write(" <td width=\"80%\" height=\"20\" > \r\n");
out.write(" <input type=\"password\" name=\"password\" size=\"15\">\r\n");
out.write(" <font color=\"#CC0000\">*(请填写3-8位密码)</font></td>\r\n");
out.write(" </tr>\r\n");
out.write(" <tr> \r\n");
out.write(" <td width=\"20%\" height=\"20\" bgcolor=\"#F2F8FF\"> \r\n");
out.write(" <div align=\"right\">密码确认:</div>\r\n");
out.write(" </td>\r\n");
out.write(" <td width=\"80%\" height=\"20\" > \r\n");
out.write(" <input type=\"password\" name=\"pwdsub\" size=\"15\">\r\n");
out.write(" <font color=\"#CC0000\">*(请填写3-8位密码)</font></td>\r\n");
out.write(" </tr>\r\n");
out.write(" <tr> \r\n");
out.write(" <td width=\"20%\" height=\"20\" bgcolor=\"#F2F8FF\"> \r\n");
out.write(" <div align=\"right\">取密码时的问题:</div>\r\n");
out.write(" </td>\r\n");
out.write(" <td width=\"80%\" height=\"20\" > \r\n");
out.write(" <input type=\"text\" name=\"question\" size=\"15\">\r\n");
out.write(" <font color=\"#CC0000\">*如:你的生日是什么时候?</font></td>\r\n");
out.write(" </tr>\r\n");
out.write(" <tr> \r\n");
out.write(" <td width=\"20%\" height=\"20\" bgcolor=\"#F2F8FF\"> \r\n");
out.write(" <div align=\"right\">问题的答案:</div>\r\n");
out.write(" </td>\r\n");
out.write(" <td width=\"80%\" height=\"20\"> \r\n");
out.write(" <input type=\"text\" name=\"answer\" size=\"15\">\r\n");
out.write(" <font color=\"#CC0000\">*如:5月1日</font></td>\r\n");
out.write(" </tr>\r\n");
out.write(" <tr> \r\n");
out.write(" <td width=\"20%\" height=\"20\" bgcolor=\"#F2F8FF\"> \r\n");
out.write(" <div align=\"right\">你的E-mail信箱:</div>\r\n");
out.write(" </td>\r\n");
out.write(" <td width=\"80%\" height=\"20\"> \r\n");
out.write(" <input type=\"text\" name=\"email\" size=\"15\">\r\n");
out.write(" <font color=\"#CC0000\">*格式:x@x.com</font></td>\r\n");
out.write(" </tr>\r\n");
out.write(" <tr> \r\n");
out.write(" <td height=\"20\"> \r\n");
out.write(" <div align=\"center\"></div>\r\n");
out.write(" </td>\r\n");
out.write(" <td height=\"30\"> \r\n");
out.write(" <input type=\"submit\" name=\"Submit2\" value=\"注册\">\r\n");
out.write(" <input type=\"reset\" name=\"Submit2\" value=\"重填\">\r\n");
out.write(" </td>\r\n");
out.write(" </tr>\r\n");
out.write(" </table>\r\n");
out.write(" </div>\r\n");
out.write(" </td>\r\n");
out.write(" </tr>\r\n");
out.write(" </tbody>\r\n");
out.write(" </table>\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 + -