📄 updatepassword.jsp
字号:
<%@ page language="java" import="java.util.*,com.chinahr.pojo.*" pageEncoding="UTF-8"%>
<%
String path = request.getContextPath();
String basePath = request.getScheme()+"://"+request.getServerName()+":"+request.getServerPort()+path+"/";
%>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<jsp:include flush="true" page="PersonServerHead.jsp"></jsp:include>
<head>
<title>修改密码</title>
<style type="text/css">
#Layer1 {
position:absolute;
width:220px;
height:36px;
z-index:1;
left: 540px;
top: 15px;
}
</style>
</head>
<body>
<SCRIPT type="text/javascript" src="/ChinaHR/script/UpdatePassword/checkpassword.js"></SCRIPT>
<%try
{
String mesg=request.getAttribute("mesg").toString();
if(mesg==""||mesg.equals(""))
{
mesg="";
}
out.print(mesg);
}catch(Exception e)
{
}%><form id="form1" name="form1" method="post" action="doperson.do?o=updatePassword">
<h3>修改密码</h3>
<table width="761" border="0">
<tr>
<td>旧密码:</td>
<td><label>
<input type="password" name="oldpassword" onblur="oldPassowordCheck()"/>
</label></td>
<td><div><span id="divoldpassword" style="color: red;"></span> </div></td>
</tr>
<tr>
<td>新密码:</td>
<td><label>
<input type="password" name="newpassword" onblur="checkNewPassword()" />
</label></td>
<td><div ><span id="divnewpassword" style="color: red;"></span> </div></td>
</tr>
<tr>
<td height="24">确认新密码:</td>
<td><label>
<input type="password" name="surepassword" onblur="checksurepassword()"/>
</label></td>
<td><div ><span id="divsurepassword" style="color: red;"></span></div></td>
</tr>
<tr>
<td colspan="3"><label>
<input type="submit" name="Submit" value="保存" />
</label></td>
</tr>
</table>
<p> </p>
</form>
<DIV class=link ><A
href="http://www.chinahr.com/pub/bottommenu/aboutus.asp?clickbutton=1"
target=_blank>中华英才网简介</A> | <A
href="http://www.chinahr.com/pub/bottommenu/service4empl.asp?clickbutton=3"
target=_blank>我们的服务</A> | <A
href="http://www.chinahr.com/pub/bottommenu/pressrelease.asp?clickbutton=1"
target=_blank>媒体关注</A> | <A
href="http://www.chinahr.com/pub/bottommenu/comments/feedback.asp?clickbutton=1"
target=_blank>用户反馈</A> | <A
href="http://www.chinahr.com/pub/bottommenu/joinus.asp?clickbutton=1"
target=_blank>本网招聘</A> | <A
href="http://www.chinahr.com/pub/bottommenu/announce.asp?clickbutton=1"
target=_blank>网站声明</A> | <A
href="http://www.chinahr.com/pub/bottommenu/contactinfo.asp?clickbutton=2"
target=_blank>联系我们</A> | <A
href="http://www.chinahr.com/pub/bottommenu/comradeship.asp?clickbutton=1"
target=_blank>合作伙伴</A></DIV>
<P class=icp1>本网站之所有招聘信息及作品,未经书面授权不得转载。<BR>中华英才网 © 版权所有 <A
href="http://www.miibeian.gov.cn/" target=_blank>ICP经营许可证编号 京ICP证000065号</A></P>
<SCRIPT language=javascript
src="修改E-mail——求职 招聘 中华英才网!.files/tracker.js"></SCRIPT>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -