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

📄 chenge.jsp

📁 example for Ajax you can reaserch the code to how to use Ajax
💻 JSP
字号:
<%--////////////////////////////////////////////////////GTON原创作品-CD管理系统//////////////////////////////////////////////////////////////
////////////所用技术:jsp2.0+servlet2.4+jstl1.1+ajax+DOM+proxool+sqlserver2000+tomcat5.5+jbuilder2006/////////////////////////////////////
/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////QQ:27612285//////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////Mail:punkwang@126.com////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////WEB:www.98202.com www.630cn.com//////////////////////////////////////////////////////
////////////////////////////////////////////////////qq群:20665503////////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////求高薪工作一个有意者联系本人/////////////////////////////////////////////////////////
////////////////////////////////////////////////////Phone:010-81110277(王先生)///////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////--%>
<%@page contentType="text/html; charset=GBK"%>
<jsp:include flush="false" page="checklogin.jsp"/>
<html>
<head>
<title>chenge</title>
</head>
<body bgcolor="#ffffff">
<jsp:include flush="false" page="index.jsp"/>
<center>
  <table>
    <tr>
      <td>        用户
        <font color="red">${sessionScope.user.userName}        </font>
        欢迎您登陆
      </td>
    </tr>
    </table>
    <br />
    <br />
    <table>
    <tr>
    <td>原始密码:&nbsp;<input type="password" name="oldPwd" /></td>
    </tr>
        <tr>
    <td>新密码:&nbsp;&nbsp;<input type="password" name="newPwd" /></td>
    </tr>
        <tr>
    <td>确认密码:&nbsp;<input type="password" name="accNewPwd" /></td>
    </tr>
    <tr>
    <td><input type="submit" onclick="chengePwd(oldPwd.value,newPwd.value,accNewPwd.value)" value="修改" /><input type="reset" value="重置" /></td>
    </tr>
  </table>
</center>
</body>
</html>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -