⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 usermodify_0002ejsp_jsp.java

📁 网上购物系统 用JSP做的 好几十页 用jbuilder运行
💻 JAVA
📖 第 1 页 / 共 2 页
字号:
                {
                    String _jspx_qStr = "";
                    JspRuntimeLibrary.include(request, response, "Top.jsp" + _jspx_qStr, out, false);
                    if ("true".equals(request.getAttribute("javax.servlet.forward.seen")))
                        return;
                }
            // end
            // HTML // begin [file="/usermodify.jsp";from=(33,30);to=(70,109)]
                out.write("\r\n\t<table width=\"100%\"  border=\"0\" cellspacing=\"0\" cellpadding=\"0\" class=\"tableBorder_LTR\">\r\n      <tr>\r\n        <td height=\"30\" align=\"center\" bgcolor=\"#eeeeee\">≡≡≡ 会员资料修改 ≡≡≡</td>\r\n      </tr>\r\n    </table>\r\n\t<table width=\"100%\" height=\"330\"  border=\"0\" cellpadding=\"0\" cellspacing=\"0\" class=\"tableBorder_LBR\">\r\n        <tr>\r\n          <td width=\"26%\" valign=\"top\"><table width=\"100%\"  border=\"0\" cellspacing=\"-2\" cellpadding=\"-2\">\r\n            <tr>\r\n              <td width=\"55%\" height=\"82\" align=\"center\" class=\"word_grey\">&nbsp;<img src=\"Images/reg.gif\" width=\"84\" height=\"54\"></td>\r\n              <td width=\"45%\" align=\"left\" class=\"word_grey\">资料修改</td>\r\n            </tr>\r\n            <tr>\r\n              <td height=\"112\" colspan=\"2\" valign=\"top\" class=\"word_grey\"><ul>\r\n                  <li> 用户名:为用户进行订单查询的通行证号,不可修改,可使用英文字母、数字或英文字母、数字、下划线的组合,长度控制在3-20个字符之内。</li>\r\n                  <li>真实姓名: 请输入真实的姓名,以便于我们与您联系。该项为隐藏项,用户可以放心输入。</li>\r\n                  <li>密码:请设定在6-20位之间,用户密码及确认密码必须一致。</li>\r\n                  <li>证件号码:请输入正确的证件号码。</li>\r\n                  <li>Email:请填写有效的Email地址,以便于与您联系。</li>\r\n                  </ul></td>\r\n            </tr>\r\n            <tr align=\"center\">\r\n              <td colspan=\"2\" valign=\"middle\" class=\"word_grey\"></td>\r\n            </tr>\r\n          </table></td>\r\n          <td width=\"5\" valign=\"top\" background=\"Images/Cen_separate.gif\"></td>\r\n          <td width=\"73%\" valign=\"top\"><table width=\"100%\" height=\"56\"  border=\"0\" cellpadding=\"0\" cellspacing=\"0\">\r\n            <tr>\r\n              <td align=\"center\">&nbsp;</td>\r\n            </tr>\r\n            <tr>\r\n              <td align=\"center\">\r\n\t\t\t  <form action=\"usermodify_deal.jsp\" method=\"post\" name=\"myform\">\r\n\t\t\t  <table width=\"100%\"  border=\"0\" cellspacing=\"-2\" cellpadding=\"-2\">\r\n                <tr>\r\n                  <td width=\"18%\" height=\"30\" align=\"center\">用 户 名:</td>\r\n                  <td width=\"82%\" class=\"word_grey\"><input name=\"UserName\" type=\"text\" id=\"UserName4\" value=\"");

            // end
            // begin [file="/usermodify.jsp";from=(70,112);to=(70,120)]
                out.print(username);
            // end
            // HTML // begin [file="/usermodify.jsp";from=(70,122);to=(75,76)]
                out.write("\" maxlength=\"20\" readonly=\"yes\">\r\n                    * </td>\r\n                </tr>\r\n                <tr>\r\n                  <td height=\"28\" align=\"center\">真实姓名:</td>\r\n                  <td height=\"28\"><input name=\"TrueName\" type=\"text\" value=\"");

            // end
            // begin [file="/usermodify.jsp";from=(75,79);to=(75,87)]
                out.print(truename);
            // end
            // HTML // begin [file="/usermodify.jsp";from=(75,89);to=(82,62)]
                out.write("\" maxlength=\"10\">\r\n      *</td>\r\n                </tr>\r\n                <tr>\r\n                  <td height=\"28\" align=\"center\">密&nbsp;&nbsp;&nbsp;&nbsp;码:</td>\r\n                  <td height=\"15\"><input name=\"PWD1\" type=\"password\" size=\"20\" maxlength=\"20\">\r\n      *\r\n        <input name=\"oldPWD\" type=\"hidden\" id=\"oldPWD\" value=\"");

            // end
            // begin [file="/usermodify.jsp";from=(82,65);to=(82,68)]
                out.print(PWD);
            // end
            // HTML // begin [file="/usermodify.jsp";from=(82,70);to=(96,86)]
                out.write("\"></td>\r\n                </tr>\r\n                <tr>\r\n                  <td height=\"28\" align=\"center\">新 密&nbsp;码:</td>\r\n                  <td height=\"15\"><input name=\"PWD2\" type=\"password\" size=\"20\" maxlength=\"20\">\r\n*</td>\r\n                </tr>\r\n                <tr>\r\n                  <td height=\"28\" align=\"center\">确认密码:</td>\r\n                  <td height=\"28\"><input name=\"PWD3\" type=\"password\" size=\"20\" maxlength=\"20\">\r\n      * </td>\r\n                </tr>\r\n                <tr>\r\n                  <td height=\"28\" align=\"center\">证件类别:</td>\r\n                  <td><input name=\"CardType\" type=\"radio\" class=\"noborder\" value=\"身份证\"");

            // end
            // begin [file="/usermodify.jsp";from=(96,88);to=(96,115)]
                if(CardType.equals("身份证")){
            // end
            // HTML // begin [file="/usermodify.jsp";from=(96,117);to=(96,125)]
                out.write(" checked");

            // end
            // begin [file="/usermodify.jsp";from=(96,127);to=(96,128)]
                }
            // end
            // HTML // begin [file="/usermodify.jsp";from=(96,130);to=(98,70)]
                out.write(">\r\n\t\t\t\t  身份证&nbsp;\r\n      <input name=\"CardType\" type=\"radio\" class=\"noborder\" value=\"军官证\"");

            // end
            // begin [file="/usermodify.jsp";from=(98,72);to=(98,99)]
                if(CardType.equals("军官证")){
            // end
            // HTML // begin [file="/usermodify.jsp";from=(98,101);to=(98,109)]
                out.write(" checked");

            // end
            // begin [file="/usermodify.jsp";from=(98,111);to=(98,112)]
                }
            // end
            // HTML // begin [file="/usermodify.jsp";from=(98,114);to=(100,70)]
                out.write(">\r\n      军官证 \r\n      <input name=\"CardType\" type=\"radio\" class=\"noborder\" value=\"学生证\"");

            // end
            // begin [file="/usermodify.jsp";from=(100,72);to=(100,99)]
                if(CardType.equals("学生证")){
            // end
            // HTML // begin [file="/usermodify.jsp";from=(100,101);to=(100,109)]
                out.write(" checked");

            // end
            // begin [file="/usermodify.jsp";from=(100,111);to=(100,112)]
                }
            // end
            // HTML // begin [file="/usermodify.jsp";from=(100,114);to=(105,89)]
                out.write(">\r\n学生证</td>\r\n                </tr>\r\n                <tr>\r\n                  <td height=\"28\" align=\"center\">证件号码:</td>\r\n                  <td class=\"word_grey\"><input name=\"cardNO\" type=\"text\" id=\"Tel\" value=\"");

            // end
            // begin [file="/usermodify.jsp";from=(105,92);to=(105,98)]
                out.print(cardNO);
            // end
            // HTML // begin [file="/usermodify.jsp";from=(105,100);to=(110,68)]
                out.write("\">\r\n      *</td>\r\n                </tr>\r\n                <tr>\r\n                  <td height=\"28\" align=\"center\">联系电话:</td>\r\n                  <td><input name=\"tel\" type=\"text\" id=\"Tel\" value=\"");

            // end
            // begin [file="/usermodify.jsp";from=(110,71);to=(110,74)]
                out.print(tel);
            // end
            // HTML // begin [file="/usermodify.jsp";from=(110,76);to=(114,70)]
                out.write("\"></td>\r\n                </tr>\r\n                <tr>\r\n                  <td height=\"28\" align=\"center\">所在城市:</td>\r\n                  <td><input name=\"city\" type=\"text\" id=\"city\" value=\"");

            // end
            // begin [file="/usermodify.jsp";from=(114,73);to=(114,77)]
                out.print(city);
            // end
            // HTML // begin [file="/usermodify.jsp";from=(114,79);to=(118,91)]
                out.write("\"></td>\r\n                </tr>\r\n                <tr>\r\n                  <td height=\"28\" align=\"center\" style=\"padding-left:10px\">Email:</td>\r\n                  <td class=\"word_grey\"><input name=\"Email\" type=\"text\" id=\"PWD224\" value=\"");

            // end
            // begin [file="/usermodify.jsp";from=(118,94);to=(118,99)]
                out.print(Email);
            // end
            // HTML // begin [file="/usermodify.jsp";from=(118,101);to=(123,96)]
                out.write("\" size=\"50\">\r\n      *</td>\r\n                </tr>\r\n                <tr>\r\n                  <td height=\"28\" align=\"center\">邮政编码:</td>\r\n                  <td class=\"word_grey\"><input name=\"postcode\" type=\"text\" id=\"postcode\" value=\"");

            // end
            // begin [file="/usermodify.jsp";from=(123,99);to=(123,107)]
                out.print(postcode);
            // end
            // HTML // begin [file="/usermodify.jsp";from=(123,109);to=(127,94)]
                out.write("\" size=\"20\"></td>\r\n                </tr>\r\n                <tr>\r\n                  <td height=\"28\" align=\"center\">联系地址:</td>\r\n                  <td class=\"word_grey\"><input name=\"address\" type=\"text\" id=\"address\" value=\"");

            // end
            // begin [file="/usermodify.jsp";from=(127,97);to=(127,104)]
                out.print(address);
            // end
            // HTML // begin [file="/usermodify.jsp";from=(127,106);to=(142,6)]
                out.write("\" size=\"50\"></td>\r\n                </tr>\r\n                <tr>\r\n                  <td height=\"34\">&nbsp;</td>\r\n                  <td class=\"word_grey\"><input name=\"Button\" type=\"button\" class=\"btn_grey\" value=\"确定保存\" onClick=\"check_m()\">\r\n                      <input name=\"Submit2\" type=\"reset\" class=\"btn_grey\" value=\"重新填写\">\r\n                      <input name=\"Submit22\" type=\"button\" class=\"btn_grey\" value=\"返回\" onClick=\"window.location.href='index.jsp'\"> </td>\r\n                </tr>\r\n              </table>\r\n\t\t\t  </form>\r\n\t\t\t  </td>\r\n            </tr>\r\n          </table></td>\r\n        </tr>\r\n      </table>\r\n      ");

            // end
            // begin [file="/usermodify.jsp";from=(142,6);to=(142,41)]
                {
                    String _jspx_qStr = "";
                    JspRuntimeLibrary.include(request, response, "copyright.jsp" + _jspx_qStr, out, false);
                    if ("true".equals(request.getAttribute("javax.servlet.forward.seen")))
                        return;
                }
            // end
            // HTML // begin [file="/usermodify.jsp";from=(142,41);to=(151,0)]
                out.write("\r\n    </td>\r\n  </tr>\r\n</table>\r\n</td>\r\n  </tr>\r\n</table>\r\n</body>\r\n</html>\r\n");

            // end
            // begin [file="/usermodify.jsp";from=(151,2);to=(153,1)]
                }else{
                	out.println("<script language='javascript'>alert('您的操作有误!');window.location.href='index.jsp';</script>");
                }
            // 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 + -