CINXE.COM
找回密码 一览
<!doctype html> <html> <head> <meta charset="gb2312" /> <title>找回密码 一览</title> <meta name="keywords" content="行业招聘,地区招聘,网络招聘,求职,人才,简历,工作,面试,应聘,跳槽,高薪,兼职,猎头,薪酬,薪资,培训,测评,人事"> <meta name="description" content="一览- 是基于行业垂直细分和区域横向细分的特大型招聘网站平台,国内各行业各地区首选求职招聘网站平台!"> <link rel="stylesheet" type="text/css" href="//img3.job1001.com/personServer/style/yc-comm.css" /> <link rel="stylesheet" type="text/css" href="//img3.job1001.com/personServer/style/yc-login.css" /> <link type="text/css" rel="stylesheet" href="//img3.job1001.com/js/weebox/weebox.css" /> <link href="//j.job1001.com/validator/validator.css" type="text/css" rel="stylesheet"/> <script type="text/javascript" src="//img3.job1001.com/js/jquery-1.4.2.min.js"></script> </head> <body> <div class="header"> <div class="header-main clearfix"> <div class="logo"> <a target="_blank" title="建工英才网" href="http://www.jgjob88.com/" class="href"> <img src="//img3.job1001.com/logo200/jg.gif"> </a> <span></span> </div> <div class="h-r clearfix"> <div class="h-r-tel"> <span class="h-r-tel-title">客服热线:</span> <em class="h-r-tel-num">400-884-1001</em> </div> </div> </div> </div> <div class="main-yc-warp"> <div class="pract-warp"> <p class="edu-tit">找回密码</p> <div class="educa-area"> <form name="findpwd" id="findpwd" method="post"> <input type="hidden" name="detail" id="detail" value="dealStep1"> <div class="find-secert-area"> <p class="f-tips">请输入您需要找回登录密码的账号<a href="javascript:;" onClick="openTips();">忘记账号?</a></p> <p class="f-court-row"> <label>账号:</label> <input type="text" id="cm-us-name" name="uname" style="color: #333;" class="f-court-val" onfocus="if(this.value=='登录邮箱/手机/用户名')this.value='';" onblur="if(this.value=='')this.value='登录邮箱/手机/用户名';" value="登录邮箱/手机/用户名"/> </p> <p class="f-court-row"> <label>验证码:</label> <input type="text" class="f-code-val" style="color: #333;" name="checkcode" id="checkcode" onfocus="if(this.value=='请输入验证码')this.value='';" onblur="if(this.value=='')this.value='请输入验证码';" value="请输入验证码" /> <img onClick="fnChangeCheckCode({url:'/personServe/checkcode.php'})" src="/personServe/checkcode.php" title="不区分大小写" id="imgCheckCode"> <a onClick="fnChangeCheckCode({url:'/personServe/checkcode.php'})" href="javascript:;" id="changat">换一张</a> </p> <p class="f-next-row"><input type="submit" id="cm-next-one" value="下一步" class="next-btn"></p> </div> </form> </div> </div> </div> <div class="l-footer"> <div class="l-footer-main"> <div class="l-footer-link"> 2006-2024 <span class="l-footer-copyright">©</span> <a target="_blank" title="一览" href="http://www.job1001.com">一览</a> <a target="_blank" title="关于我们" href="/aboutus/index.php">关于我们</a> | <a target="_blank" title="法律声明" href="/myNew/pmember.php">法律声明</a> | <a target="_blank" title="联系我们" href="/aboutus/contactus.php">联系我们</a> | <a target="_blank" title="加入一览" href="http://www.job1001.com/Company_Detail.php?CompanyDetail=cm1287987635752">加入一览</a> | <a target="_blank" title="意见反馈" href="/help/helpcenter/index.php?con=feedback">意见反馈</a> | <a target="_blank" title="手机APP" href="/xuanchuan/appload/" target="_blank">手机APP</a> </div> <ul class="license"> <li class="l1">经营性网站备案信息</li> <li class="l2">公共信息网络安全监察</li> <li class="l3">深圳网警</li> </ul> </div> </div> <script> var _bdhmProtocol = (("https:" == document.location.protocol) ? " https://" : " http://"); document.write(unescape("%3Cscript src='" + _bdhmProtocol + "img3.job1001.com/statnew/job1001statnew.js?siteid=47' type='text/javascript'%3E%3C/script%3E")); </script> <script src="//j.job1001.com/validator/jquery.validator.js"></script> <script type="text/javascript" src="//j.job1001.com/job1001inputValueTips/job1001inputValueTips.js"></script> <script src="//j.job1001.com/job1001check/job1001check.min.js"></script> <script src="//img3.job1001.com/myNew/js/ajaxform.js"></script> <script src="//img3.job1001.com/myNew/js/ajax.js"></script> <script src="//img3.job1001.com/js/weebox/weebox.js"></script> <script src="//img3.job1001.com/js/weebox/bgiframe.js"></script> <script src="//img3.job1001.com/js/JSLibrary.js"></script> <script> function openTips(){ $.weeboxs.open('findPassword.php?detail=tips',{title:'找回账号提示',contentType:'ajax',width:440,height:200}); } $(document).ready(function(e) { $('#cm-us-name').job1001inputValueTips(); $('#checkcode').job1001inputValueTips();// 输入框提示代码调用 $("#cm-us-name").blur(function(){ if(checkEmpty($(this).val())){ fnShowErr($(this),'请输入用户名!'); return false; } }).focus(function(){ tipsHide("cm-us-name"); return false; }); $("#checkcode").blur(function(){ if(checkEmpty($(this).val())){ fnShowErr($(this),'请输入验证码!'); return false; } }).focus(function(){ tipsHide("checkcode"); return false; }); $("#cm-next-one").click(function(){ if($("#cm-us-name").val()==""){ fnShowErr($("#cm-us-name"),'请输入账号!'); return false; }; if($("#checkcode").val()==""){ fnShowErr($("#checkcode"),'请输入验证码!'); return false; }; var url = 'dealfindpwd.php?ajaxformflag=1'; var formobj = document.getElementById('findpwd'); var param = getPostFormData(formobj); $.getJSON(url,param,function(re){ if(re.status=='FAIL'){ re.code = parseInt(re.code); fnChangeCheckCode({url:'/personServe/checkcode.php'}); if(re.code==10){ fnShowErr($("#checkcode"),re.status_desc); }else{ fnShowErr($("#cm-us-name"),re.status_desc); } }else{ window.location='findPassword.php?detail=step2'; } }); return false; }) }); </script> </body> </html>