function checkID(formName) { if( document.INTRANET.mi_id.value=='' || document.INTRANET.mi_id.value.length < 5 ) { alert('¾ÆÀ̵ð´Â 5ÀÚ ÀÌ»óÀ¸·Î ÀÔ·ÂÇÏ¿© ÁֽʽÿÀ.'); document.INTRANET.mi_id.focus(); return; } else { LinkURL = '../member/member_id.php'+'?FORM_NAME='+formName+'&mi_id=' + document.INTRANET.mi_id.value; winId=window.open(LinkURL, 'CHECKmi_id', 'top=50, left=50, width=363, height=260, scrollbars=no'); winId.focus(); } } function findZipcode(formName, zipcod0Name, zipcod1Name, addrName) { //alert (formName +' => ' + zipcod0Name +' => ' + zipcod1Name +' => ' + addrName); LinkURL='../member/member_zipcode.php'+'?form_name='+formName+'&zipcode1='+zipcod0Name+'&zipcode2='+zipcod1Name+'&address_1='+addrName; winZipcode=window.open(LinkURL, 'mi_zipcode', 'top=50, left=50, width=472, height=285, scrollbars=yes'); winZipcode.focus(); } function insertSubmit() { if (document.INTRANET.mi_id.value=='') { alert('¾ÆÀ̵𸦠ÀÔ·ÂÇÏ¿© ÁֽʽÿÀ'); document.INTRANET.mi_id.focus(); } else if (document.INTRANET.mi_id.value.indexOf(' ')==0) { alert('¾ÆÀ̵ð´Â ù ±ÛÀÚ°¡ °ø¹éÀº ¾ÈµË´Ï´Ù.'); document.INTRANET.mi_id.value=''; document.INTRANET.mi_id.focus(); } else if ((document.INTRANET.mi_id.value.toString().length<5)||(document.INTRANET.mi_id.value.toString().length>12)) { alert('¾ÆÀ̵ð´Â 5ÀÚ ÀÌ»ó ~ 12ÀÚ ÀÌÇÏ·Î Àû¾îÁֽʽÿÀ.'); document.INTRANET.mi_id.value=''; document.INTRANET.mi_id.focus(); } else if (document.INTRANET.mi_id_check.value!='ok') { alert('¾ÆÀ̵ð Áߺ¹Ã¼Å©¸¦ ÇÏ¼Å¾ß ÇÕ´Ï´Ù..'); document.INTRANET.mi_id.focus(); } else if (document.INTRANET.mi_passwd.value==document.INTRANET.mi_id.value) { alert('¾ÆÀ̵ð¿Í ºñ¹Ð¹øÈ£´Â ÀÏÄ¡ÇÒ ¼ö ¾ø½À´Ï´Ù.') ; document.INTRANET.mi_passwd.value='' ; document.INTRANET.mi_passwd_re.value='' ; document.INTRANET.mi_passwd.focus() ; } else if (document.INTRANET.mi_passwd.value=='') { alert('ºñ¹Ð¹øÈ£¸¦ ÀÔ·ÂÇÏ¿© ÁֽʽÿÀ.'); document.INTRANET.mi_passwd.focus(); } else if (document.INTRANET.mi_passwd.value.toString().length<5) { alert('ºñ¹Ð¹øÈ£´Â 5ÀÚÀÌ»ó ÀÔ·ÂÇÏ¿© ÁֽʽÿÀ.'); document.INTRANET.mi_passwd.value=''; document.INTRANET.mi_passwd.focus(); } else if (document.INTRANET.mi_passwd.value.indexOf(' ')==0) { alert('ºñ¹Ð¹øÈ£´Â ù ±ÛÀÚ°¡ °ø¹éÀº ¾ÈµË´Ï´Ù.'); document.INTRANET.mi_passwd.value=''; document.INTRANET.mi_passwd.focus(); } else if (document.INTRANET.mi_passwd_re.value=='') { alert('ºñ¹Ð¹øÈ£ È®ÀÎÇÏ¿© ÁֽʽÿÀ'); document.INTRANET.mi_passwd_re.focus(); } else if (document.INTRANET.mi_passwd_re.value.toString().length<4) { alert('ºñ¹Ð¹øÈ£´Â 4ÀÚÀÌ»ó ÀÔ·ÂÇÏ¿© ÁֽʽÿÀ.'); document.INTRANET.mi_passwd_re.value=''; document.INTRANET.mi_passwd_re.focus(); } else if (document.INTRANET.mi_passwd.value != document.INTRANET.mi_passwd_re.value) { alert('ºñ¹Ð¹øÈ£¿Í ºñ¹Ð¹øȣȮÀÎÀÌ ¸ÂÁö ¾Ê½À´Ï´Ù.'); document.INTRANET.mi_passwd.focus(); } else if (document.INTRANET.mi_name.value=='' && document.INTRANET.mi_name_company.value=='') { alert('À̸§À» ÀÔ·ÂÇÏ¿© ÁֽʽÿÀ.'); document.INTRANET.mi_name.focus(); } else if (document.INTRANET.mi_name.value.toString().length<2 && document.INTRANET.mi_name_company.value.toString().length<2) { alert('À̸§Àº 2ÀÚ ÀÌ»óÀ¸·Î ÀÔ·ÂÇÏ¿© ÁֽʽÿÀ.'); document.INTRANET.mi_name.value=''; document.INTRANET.mi_name.focus(); } /* else if (!document.INTRANET.mi_grade[1].checked && document.INTRANET.mi_socialno_0.value=='') { alert ('Áֹεî·Ï¹øÈ£¸¦ ÀÔ·ÂÇÏ¿© ÁֽʽÿÀ.'); document.INTRANET.mi_socialno_0.focus(); } else if (!document.INTRANET.mi_grade[1].checked && document.INTRANET.mi_socialno_1.value=='') { alert ('Áֹεî·Ï¹øÈ£¸¦ ÀÔ·ÂÇÏ¿© ÁֽʽÿÀ.'); document.INTRANET.mi_socialno_1.focus(); } else if (!document.INTRANET.mi_grade[1].checked && (document.INTRANET.mi_socialno_0.value.length!=6 || document.INTRANET.mi_socialno_1.value.length!=7)) { alert ('Áֹεî·Ï¹øÈ£°¡ °¡ ¿Ã¹Ù¸£Áö ¾Ê½À´Ï´Ù.'); document.INTRANET.mi_socialno_0.focus(); } else if (!document.INTRANET.mi_grade[1].checked && checkJumin() != '') { alert ('Áֹεî·Ï¹øÈ£°¡ ¿Ã¹Ù¸£Áö ¾Ê½À´Ï´Ù.'); document.INTRANET.mi_socialno_0.focus(); } */ else if (document.INTRANET.mi_zipcode_0.value=='') { alert('¿ìÆí¹øÈ£¸¦ ÀÔ·Â ÇØÁֽʽÿÀ.'); document.INTRANET.mi_zipcode_0.focus(); } else if (document.INTRANET.mi_zipcode_1.value=='') { alert('¿ìÆí¹øÈ£¸¦ ÀÔ·Â ÇØÁֽʽÿÀ.'); document.INTRANET.mi_zipcode_1.focus(); } else if ((IsNum(document.INTRANET.mi_zipcode_0.value)==false || IsNum(document.INTRANET.mi_zipcode_1.value)==false)) { alert ('¿ìÆí¹øÈ£´Â ¼ýÀÚ¸¸ ÀÔ·Â ÇÏ¼Å¾ß ÇÕ´Ï´Ù.'); document.INTRANET.mi_zipcode_0.value=''; document.INTRANET.mi_zipcode_1.value=''; document.INTRANET.mi_zipcode_0.focus(); } else if (document.INTRANET.mi_address_1.value=='') { alert('ÁÖ¼Ò¸¦ ÀÔ·Â ÇØÁֽʽÿÀ.'); document.INTRANET.mi_address_1.focus(); } else if (document.INTRANET.mi_address_2.value=='') { alert('»ó¼¼ÁÖ¼Ò¸¦ ÀÔ·ÂÇÏ¿©ÁֽʽÿÀ.'); document.INTRANET.mi_address_2.focus(); } else if (document.INTRANET.mi_tel_0.value=='') { alert('ÀüÈ­¹øÈ£¸¦ ÀÔ·ÂÇÏ¿© ÁֽʽÿÀ.'); document.INTRANET.mi_tel_0.focus(); } else if (document.INTRANET.mi_tel_0.value.length<2) { alert('ÀüÈ­¹øÈ£°¡ ¿Ã¹Ù¸£Áö ¾Ê½À´Ï´Ù.'); document.INTRANET.mi_tel_0.focus(); } else if (document.INTRANET.mi_tel_1.value=='') { alert('ÀüÈ­¹øÈ£¸¦ ÀÔ·ÂÇÏ¿© ÁֽʽÿÀ.'); document.INTRANET.mi_tel_1.focus(); } else if(document.INTRANET.mi_tel_1.value.length<3) { alert('ÀüÈ­¹øÈ£°¡ ¿Ã¹Ù¸£Áö ¾Ê½À´Ï´Ù.'); document.INTRANET.mi_tel_1.focus(); } else if (document.INTRANET.mi_tel_2.value=='') { alert('ÀüÈ­¹øÈ£¸¦ ÀÔ·ÂÇÏ¿© ÁֽʽÿÀ.'); document.INTRANET.mi_tel_2.focus(); } else if (document.INTRANET.mi_tel_2.value.length<4) { alert('ÀüÈ­¹øÈ£°¡ ¿Ã¹Ù¸£Áö ¾Ê½À´Ï´Ù.'); } else if (document.INTRANET.mi_email_1.value=='') { alert('¸ÞÀÏÁÖ¼Ò¸¦ ÀÔ·ÂÇϼ¼¿ä'); document.INTRANET.mi_email_1.focus(); document.INTRANET.mi_email_1.value=''; } /* else if (document.INTRANET.mi_email.value.indexOf('@')=='-1') { alert('¸ÞÀÏÁÖ¼Ò¸¦ Á¤È®È÷ ÀÔ·ÂÇϼ¼¿ä'); document.INTRANET.mi_email.focus(); document.INTRANET.mi_email.value=''; } */ else if (document.INTRANET.mi_email_1.value.indexOf(' ')==0) { alert('¸ÞÀÏÁÖ¼Ò¿¡ ù ±ÛÀÚ°¡ °ø¹é¹®ÀÚ´Â ¾ÈµË´Ï´Ù.'); document.INTRANET.mi_email_1.value=''; document.INTRANET.mi_email_1.focus(); } else { document.INTRANET.menu_thr.value='3'; document.INTRANET.submit(); } } function updateSubmit() { // if (document.INTRANET.mi_socialno_0.value=='') { // alert ('Áֹεî·Ï¹øÈ£¸¦ ÀÔ·ÂÇÏ¿© ÁֽʽÿÀ.'); // document.INTRANET.mi_socialno_0.focus(); // } else if (document.INTRANET.mi_socialno_1.value=='') { // alert ('Áֹεî·Ï¹øÈ£¸¦ ÀÔ·ÂÇÏ¿© ÁֽʽÿÀ.'); // document.INTRANET.mi_socialno_1.focus(); // } else if (document.INTRANET.mi_socialno_0.value.length!=6 || document.INTRANET.mi_socialno_1.value.length!=7) { // alert ('Áֹεî·Ï¹øÈ£°¡ °¡ ¿Ã¹Ù¸£Áö ¾Ê½À´Ï´Ù.'); // document.INTRANET.mi_socialno_0.focus(); // } else if( checkJumin() != '') { // alert ('Áֹεî·Ï¹øÈ£°¡ ¿Ã¹Ù¸£Áö ¾Ê½À´Ï´Ù.'); // document.INTRANET.mi_socialno_0.focus(); // } else if (document.INTRANET.mi_passwd.value==document.INTRANET.mi_id.value) { if (document.INTRANET.mi_passwd.value==document.INTRANET.mi_id.value) { alert('¾ÆÀ̵ð¿Í ºñ¹Ð¹øÈ£´Â ÀÏÄ¡ÇÒ ¼ö ¾ø½À´Ï´Ù.') ; document.INTRANET.mi_passwd.value='' ; document.INTRANET.mi_passwd_re.value='' ; document.INTRANET.mi_passwd.focus() ; } else if (document.INTRANET.mi_passwd.value=='') { alert('ºñ¹Ð¹øÈ£¸¦ ÀÔ·ÂÇÏ¿© ÁֽʽÿÀ.'); document.INTRANET.mi_passwd.focus(); } else if (document.INTRANET.mi_passwd.value.toString().length<4) { alert('ºñ¹Ð¹øÈ£´Â 4ÀÚÀÌ»ó ÀÔ·ÂÇÏ¿© ÁֽʽÿÀ.'); document.INTRANET.mi_passwd.value=''; document.INTRANET.mi_passwd.focus(); } else if (document.INTRANET.mi_passwd.value.indexOf(' ')==0) { alert('ºñ¹Ð¹øÈ£´Â ù ±ÛÀÚ°¡ °ø¹éÀº ¾ÈµË´Ï´Ù.'); document.INTRANET.mi_passwd.value=''; document.INTRANET.mi_passwd.focus(); } else if (document.INTRANET.mi_passwd_re.value=='') { alert('ºñ¹Ð¹øÈ£ È®ÀÎÇÏ¿© ÁֽʽÿÀ'); document.INTRANET.mi_passwd_re.focus(); } else if (document.INTRANET.mi_passwd_re.value.toString().length<4) { alert('ºñ¹Ð¹øÈ£´Â 4ÀÚÀÌ»ó ÀÔ·ÂÇÏ¿© ÁֽʽÿÀ.'); document.INTRANET.mi_passwd_re.value=''; document.INTRANET.mi_passwd_re.focus(); } else if (document.INTRANET.mi_passwd.value != document.INTRANET.mi_passwd_re.value) { alert('ºñ¹Ð¹øÈ£¿Í ºñ¹Ð¹øȣȮÀÎÀÌ ¸ÂÁö ¾Ê½À´Ï´Ù.'); document.INTRANET.mi_passwd.focus(); } else if (document.INTRANET.mi_zipcode_0.value=='') { alert('¿ìÆí¹øÈ£¸¦ ÀÔ·Â ÇØÁֽʽÿÀ.'); document.INTRANET.mi_zipcode_0.focus(); } else if (document.INTRANET.mi_zipcode_1.value=='') { alert('¿ìÆí¹øÈ£¸¦ ÀÔ·Â ÇØÁֽʽÿÀ.'); document.INTRANET.mi_zipcode_1.focus(); } else if ((IsNum(document.INTRANET.mi_zipcode_0.value)==false || IsNum(document.INTRANET.mi_zipcode_1.value)==false)) { alert ('¿ìÆí¹øÈ£´Â ¼ýÀÚ¸¸ ÀÔ·Â ÇÏ¼Å¾ß ÇÕ´Ï´Ù.'); document.INTRANET.mi_zipcode_0.value=''; document.INTRANET.mi_zipcode_1.value=''; document.INTRANET.mi_zipcode_0.focus(); } else if (document.INTRANET.mi_address_1.value=='') { alert('ÁÖ¼Ò¸¦ ÀÔ·Â ÇØÁֽʽÿÀ.'); document.INTRANET.mi_address_1.focus(); //} else if (document.INTRANET.mi_address_2.value=='') { // alert('»ó¼¼ÁÖ¼Ò¸¦ ÀÔ·ÂÇÏ¿©ÁֽʽÿÀ.'); // document.INTRANET.mi_address_2.focus(); } else if (document.INTRANET.mi_tel_0.value=='') { alert('ÀüÈ­¹øÈ£¸¦ ÀÔ·ÂÇÏ¿© ÁֽʽÿÀ.'); document.INTRANET.mi_tel_0.focus(); } else if (document.INTRANET.mi_tel_0.value.length<2) { alert('ÀüÈ­¹øÈ£°¡ ¿Ã¹Ù¸£Áö ¾Ê½À´Ï´Ù.'); document.INTRANET.mi_tel_0.focus(); } else if (document.INTRANET.mi_tel_1.value=='') { alert('ÀüÈ­¹øÈ£¸¦ ÀÔ·ÂÇÏ¿© ÁֽʽÿÀ.'); document.INTRANET.mi_tel_1.focus(); } else if(document.INTRANET.mi_tel_1.value.length<3) { alert('ÀüÈ­¹øÈ£°¡ ¿Ã¹Ù¸£Áö ¾Ê½À´Ï´Ù.'); document.INTRANET.mi_tel_1.focus(); } else if (document.INTRANET.mi_tel_2.value=='') { alert('ÀüÈ­¹øÈ£¸¦ ÀÔ·ÂÇÏ¿© ÁֽʽÿÀ.'); document.INTRANET.mi_tel_2.focus(); } else if (document.INTRANET.mi_tel_2.value.length<4) { alert('ÀüÈ­¹øÈ£°¡ ¿Ã¹Ù¸£Áö ¾Ê½À´Ï´Ù.'); // } else if ((document.INTRANET.mi_email.value=='') || (document.INTRANET.mi_email.value.indexOf('@')=='-1')) { // alert('¸ÞÀÏÁÖ¼Ò¸¦ Á¤È®È÷ ÀÔ·ÂÇϼ¼¿ä'); // document.INTRANET.mi_email.focus(); // document.INTRANET.mi_email.value=''; // } else if (document.INTRANET.mi_email.value.indexOf(' ')==0) { // alert('¸ÞÀÏÁÖ¼Ò¿¡ ù ±ÛÀÚ°¡ °ø¹é¹®ÀÚ´Â ¾ÈµË´Ï´Ù.'); // document.INTRANET.mi_email.value=''; // document.INTRANET.mi_email.focus(); } else { document.INTRANET.menu_thr.value='update'; document.INTRANET.submit(); } } function checkJumin() { var ju_id1=document.INTRANET.mi_socialno_0.value; var ju_id2=document.INTRANET.mi_socialno_1.value; var codesum=0; var coderet=0; var Msg=''; //ÀÚ¸®¼ö È®ÀÎ if (ju_id1.length!=6 || ju_id2.length!=7 ) { Msg='Áֹεî·Ï¹øÈ£°¡ ¿Ã¹Ù¸£Áö ¾Ê½À´Ï´Ù.'; return Msg; } //¼ýÀÚÀÎÁö if (isNaN(ju_id1) || isNaN(ju_id2)) { Msg='Áֹεî·Ï¹øÈ£°¡ ¿Ã¹Ù¸£Áö ¾Ê½À´Ï´Ù.'; return Msg; } codesum=(eval(ju_id1.substring(0,1))*2)+(eval(ju_id1.substring(1,2))*3)+(eval(ju_id1.substring(2,3))*4)+(eval(ju_id1.substring(3,4))*5)+(eval(ju_id1.substring(4,5))*6)+(eval(ju_id1.substring(5,6))*7)+(eval(ju_id2.substring(0,1))*8)+(eval(ju_id2.substring(1,2))*9)+(eval(ju_id2.substring(2,3))*2)+(eval(ju_id2.substring(3,4))*3)+(eval(ju_id2.substring(4,5))*4)+(eval(ju_id2.substring(5,6))*5); coderet=11-(eval(codesum%11)); if (coderet>=10) { coderet=coderet-10; } if (coderet>=10) { coderet=coderet-10; } if (eval( ju_id2.substring(6,7))!=coderet) { Msg='Áֹεî·Ï¹øÈ£°¡ ¿Ã¹Ù¸£Áö ¾Ê½À´Ï´Ù.'; return Msg; } return ''; }