var g_procFindId=false;var g_procFindPasswd=false;$("form_findid").onsubmit=function(){if(!Validator.email(this.email.value)){alert("이메일 형식에 맞게 입력해 주세요.");return false}if(g_procFindId){alert("처리중입니다. \n잠시만 기다려주세요.");return false}g_procFindId=true;$("result_message").hide();parent.Factory.Popup&&parent.Factory.Popup.onLoad();this.request({onSuccess:function(b){var c=b.responseText.evalJSON();var d="";for(var a=0;a<c.length;a++){d!=""&&(d+=", ");d+=c[a].userid}$("result_message").innerHTML='<p class="col1">입력하신 이메일로 등록된 아이디는 [ '+d+" ] 입니다.</p>";$("result_message").show();parent.Factory.Popup&&parent.Factory.Popup.onLoad()},onFailure:function(a){Factory.error(a)},onComplete:function(){g_procFindId=false}});return false};$("form_findpasswd").onsubmit=function(){if(!this.userid){alert("아이디를 입력해 주세요.");return false}if(!Factory.Validate.checkEmail(this.email.value)){alert("이메일 형식에 맞게 입력해 주세요.");return false}if(g_procFindPasswd){alert("처리중입니다. \n잠시만 기다려주세요.");return false}g_procFindPasswd=true;$("result_message").hide();parent.Factory.Popup&&parent.Factory.Popup.onLoad();this.request({onSuccess:function(){$("result_message").innerHTML='<p class="col1">입력하신 이메일로 비밀번호 재설정을 위한 안내 메일을 보내드렸습니다.</p><p class="col1">발송이 다소 지연될 수 있으며 혹시 모르니 스팸함도 확인해 주세요.^^</p><p class="col1">※ 기타 이용에 불편하신 점이 있으시면 언제든지 문의해 주세요. (<a href="mailto:help@wzd.com">help@wzd.com</a>)</p>';$("result_message").show();parent.Factory.Popup&&parent.Factory.Popup.onLoad()},onFailure:function(a){Factory.error(a)},onComplete:function(){g_procFindPasswd=false}});return false};
