function checkID(formName) { if( document.MEMBER.mb_id.value=='' || document.MEMBER.mb_id.value.length < 5 ) { alert('¾ÆÀ̵ð´Â 5ÀÚ ÀÌ»óÀ¸·Î ÀÔ·ÂÇÏ¿© ÁֽʽÿÀ.'); document.MEMBER.mb_id.focus(); return; } else { LinkURL = '../member/member_id.php'+'?FORM_NAME='+formName+'&mb_id=' + document.MEMBER.mb_id.value; winId=window.open(LinkURL, 'CHECKmb_id', 'top=50, left=50, width=363, height=230, 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, 'mb_zipcode', 'top=50, left=50, width=397, height=280, scrollbars=yes'); winZipcode.focus(); } function insertSubmit() { if (document.MEMBER.mb_id.value=='') { alert('¾ÆÀ̵𸦠ÀÔ·ÂÇÏ¿© ÁֽʽÿÀ'); document.MEMBER.mb_id.focus(); } else if (document.MEMBER.mb_id.value.indexOf(' ')==0) { alert('¾ÆÀ̵ð´Â ù ±ÛÀÚ°¡ °ø¹éÀº ¾ÈµË´Ï´Ù.'); document.MEMBER.mb_id.value=''; document.MEMBER.mb_id.focus(); } else if ((document.MEMBER.mb_id.value.toString().length<5)||(document.MEMBER.mb_id.value.toString().length>12)) { alert('¾ÆÀ̵ð´Â 5ÀÚ ÀÌ»ó ~ 12ÀÚ ÀÌÇÏ·Î Àû¾îÁֽʽÿÀ.'); document.MEMBER.mb_id.value=''; document.MEMBER.mb_id.focus(); } else if (document.MEMBER.mb_id_check.value!='ok') { alert('¾ÆÀ̵ð Áߺ¹Ã¼Å©¸¦ ÇÏ¼Å¾ß ÇÕ´Ï´Ù..'); document.MEMBER.mb_id.focus(); } else if (document.MEMBER.mb_passwd.value==document.MEMBER.mb_id.value) { alert('¾ÆÀ̵ð¿Í ºñ¹Ð¹øÈ£´Â ÀÏÄ¡ÇÒ ¼ö ¾ø½À´Ï´Ù.') ; document.MEMBER.mb_passwd.value='' ; document.MEMBER.mb_passwd_re.value='' ; document.MEMBER.mb_passwd.focus() ; } else if (document.MEMBER.mb_passwd.value=='') { alert('ºñ¹Ð¹øÈ£¸¦ ÀÔ·ÂÇÏ¿© ÁֽʽÿÀ.'); document.MEMBER.mb_passwd.focus(); } else if (document.MEMBER.mb_passwd.value.toString().length<4) { alert('ºñ¹Ð¹øÈ£´Â 4ÀÚÀÌ»ó ÀÔ·ÂÇÏ¿© ÁֽʽÿÀ.'); document.MEMBER.mb_passwd.value=''; document.MEMBER.mb_passwd.focus(); } else if (document.MEMBER.mb_passwd.value.indexOf(' ')==0) { alert('ºñ¹Ð¹øÈ£´Â ù ±ÛÀÚ°¡ °ø¹éÀº ¾ÈµË´Ï´Ù.'); document.MEMBER.mb_passwd.value=''; document.MEMBER.mb_passwd.focus(); } else if (document.MEMBER.mb_passwd_re.value=='') { alert('ºñ¹Ð¹øÈ£ È®ÀÎÇÏ¿© ÁֽʽÿÀ'); document.MEMBER.mb_passwd_re.focus(); } else if (document.MEMBER.mb_passwd_re.value.toString().length<4) { alert('ºñ¹Ð¹øÈ£´Â 4ÀÚÀÌ»ó ÀÔ·ÂÇÏ¿© ÁֽʽÿÀ.'); document.MEMBER.mb_passwd_re.value=''; document.MEMBER.mb_passwd_re.focus(); } else if (document.MEMBER.mb_passwd.value != document.MEMBER.mb_passwd_re.value) { alert('ºñ¹Ð¹øÈ£¿Í ºñ¹Ð¹øȣȮÀÎÀÌ ¸ÂÁö ¾Ê½À´Ï´Ù.'); document.MEMBER.mb_passwd.focus(); } else if (document.MEMBER.mb_name.value=='') { alert('À̸§À» ÀÔ·ÂÇÏ¿© ÁֽʽÿÀ.'); document.MEMBER.mb_name.focus(); } else if (document.MEMBER.mb_name.value.toString().length<2) { alert('À̸§Àº 2ÀÚ ÀÌ»óÀ¸·Î ÀÔ·ÂÇÏ¿© ÁֽʽÿÀ.'); document.MEMBER.mb_name.value=''; document.MEMBER.mb_name.focus(); } /* else if (document.MEMBER.mb_socialno_0.value=='') { alert ('Áֹεî·Ï¹øÈ£¸¦ ÀÔ·ÂÇÏ¿© ÁֽʽÿÀ.'); document.MEMBER.mb_socialno_0.focus(); } else if (document.MEMBER.mb_socialno_1.value=='') { alert ('Áֹεî·Ï¹øÈ£¸¦ ÀÔ·ÂÇÏ¿© ÁֽʽÿÀ.'); document.MEMBER.mb_socialno_1.focus(); } else if (document.MEMBER.mb_socialno_0.value.length!=6 || document.MEMBER.mb_socialno_1.value.length!=7) { alert ('Áֹεî·Ï¹øÈ£°¡ °¡ ¿Ã¹Ù¸£Áö ¾Ê½À´Ï´Ù.'); document.MEMBER.mb_socialno_0.focus(); } else if( checkJumin() != '') { alert ('Áֹεî·Ï¹øÈ£°¡ ¿Ã¹Ù¸£Áö ¾Ê½À´Ï´Ù.'); document.MEMBER.mb_socialno_0.focus(); } */ else if (document.MEMBER.mb_zipcode_0.value=='') { alert('¿ìÆí¹øÈ£¸¦ ÀÔ·ÂÇÏ¿©ÁֽʽÿÀ.'); document.MEMBER.mb_zipcode_0.focus(); } else if (document.MEMBER.mb_address.value=='') { alert('ÁÖ¼Ò¸¦ ÀÔ·ÂÇÏ¿©ÁֽʽÿÀ.'); document.MEMBER.mb_address.focus(); } else if (document.MEMBER.mb_address_sub.value=='') { alert('»ó¼¼ÁÖ¼Ò¸¦ ÀÔ·ÂÇÏ¿©ÁֽʽÿÀ.'); document.MEMBER.mb_address_sub.focus(); } else if (document.MEMBER.mb_tel_0.value=='') { alert('ÀüÈ­¹øÈ£¸¦ ÀÔ·ÂÇÏ¿© ÁֽʽÿÀ.'); document.MEMBER.mb_tel_0.focus(); } else if (document.MEMBER.mb_tel_0.value.length<2) { alert('ÀüÈ­¹øÈ£°¡ ¿Ã¹Ù¸£Áö ¾Ê½À´Ï´Ù.'); document.MEMBER.mb_tel_0.focus(); } else if (document.MEMBER.mb_tel_1.value=='') { alert('ÀüÈ­¹øÈ£¸¦ ÀÔ·ÂÇÏ¿© ÁֽʽÿÀ.'); document.MEMBER.mb_tel_1.focus(); } else if(document.MEMBER.mb_tel_1.value.length<3) { alert('ÀüÈ­¹øÈ£°¡ ¿Ã¹Ù¸£Áö ¾Ê½À´Ï´Ù.'); document.MEMBER.mb_tel_1.focus(); } else if (document.MEMBER.mb_tel_2.value=='') { alert('ÀüÈ­¹øÈ£¸¦ ÀÔ·ÂÇÏ¿© ÁֽʽÿÀ.'); document.MEMBER.mb_tel_2.focus(); } else if (document.MEMBER.mb_tel_2.value.length<4) { alert('ÀüÈ­¹øÈ£°¡ ¿Ã¹Ù¸£Áö ¾Ê½À´Ï´Ù.'); } else if (document.MEMBER.mb_email.value=='') { alert('¸ÞÀÏÁÖ¼Ò¸¦ ÀÔ·ÂÇϼ¼¿ä'); document.MEMBER.mb_email.focus(); document.MEMBER.mb_email.value=''; } else if (document.MEMBER.mb_email.value.indexOf('@')=='-1') { alert('¸ÞÀÏÁÖ¼Ò¸¦ Á¤È®È÷ ÀÔ·ÂÇϼ¼¿ä'); document.MEMBER.mb_email.focus(); document.MEMBER.mb_email.value=''; } else if (document.MEMBER.mb_email.value.indexOf(' ')==0) { alert('¸ÞÀÏÁÖ¼Ò¿¡ ù ±ÛÀÚ°¡ °ø¹é¹®ÀÚ´Â ¾ÈµË´Ï´Ù.'); document.MEMBER.mb_email.value=''; document.MEMBER.mb_email.focus(); } else { document.MEMBER.menu_log.value='insert'; document.MEMBER.submit(); } } function updateSubmit() { // if (document.MEMBER.mb_socialno_0.value=='') { // alert ('Áֹεî·Ï¹øÈ£¸¦ ÀÔ·ÂÇÏ¿© ÁֽʽÿÀ.'); // document.MEMBER.mb_socialno_0.focus(); // } else if (document.MEMBER.mb_socialno_1.value=='') { // alert ('Áֹεî·Ï¹øÈ£¸¦ ÀÔ·ÂÇÏ¿© ÁֽʽÿÀ.'); // document.MEMBER.mb_socialno_1.focus(); // } else if (document.MEMBER.mb_socialno_0.value.length!=6 || document.MEMBER.mb_socialno_1.value.length!=7) { // alert ('Áֹεî·Ï¹øÈ£°¡ °¡ ¿Ã¹Ù¸£Áö ¾Ê½À´Ï´Ù.'); // document.MEMBER.mb_socialno_0.focus(); // } else if( checkJumin() != '') { // alert ('Áֹεî·Ï¹øÈ£°¡ ¿Ã¹Ù¸£Áö ¾Ê½À´Ï´Ù.'); // document.MEMBER.mb_socialno_0.focus(); // } else if (document.MEMBER.mb_passwd.value==document.MEMBER.mb_id.value) { if (document.MEMBER.mb_passwd.value==document.MEMBER.mb_id.value) { alert('¾ÆÀ̵ð¿Í ºñ¹Ð¹øÈ£´Â ÀÏÄ¡ÇÒ ¼ö ¾ø½À´Ï´Ù.') ; document.MEMBER.mb_passwd.value='' ; document.MEMBER.mb_passwd_re.value='' ; document.MEMBER.mb_passwd.focus() ; } else if (document.MEMBER.mb_passwd.value=='') { alert('ºñ¹Ð¹øÈ£¸¦ ÀÔ·ÂÇÏ¿© ÁֽʽÿÀ.'); document.MEMBER.mb_passwd.focus(); } else if (document.MEMBER.mb_passwd.value.toString().length<4) { alert('ºñ¹Ð¹øÈ£´Â 4ÀÚÀÌ»ó ÀÔ·ÂÇÏ¿© ÁֽʽÿÀ.'); document.MEMBER.mb_passwd.value=''; document.MEMBER.mb_passwd.focus(); } else if (document.MEMBER.mb_passwd.value.indexOf(' ')==0) { alert('ºñ¹Ð¹øÈ£´Â ù ±ÛÀÚ°¡ °ø¹éÀº ¾ÈµË´Ï´Ù.'); document.MEMBER.mb_passwd.value=''; document.MEMBER.mb_passwd.focus(); } else if (document.MEMBER.mb_passwd_re.value=='') { alert('ºñ¹Ð¹øÈ£ È®ÀÎÇÏ¿© ÁֽʽÿÀ'); document.MEMBER.mb_passwd_re.focus(); } else if (document.MEMBER.mb_passwd_re.value.toString().length<4) { alert('ºñ¹Ð¹øÈ£´Â 4ÀÚÀÌ»ó ÀÔ·ÂÇÏ¿© ÁֽʽÿÀ.'); document.MEMBER.mb_passwd_re.value=''; document.MEMBER.mb_passwd_re.focus(); } else if (document.MEMBER.mb_passwd.value != document.MEMBER.mb_passwd_re.value) { alert('ºñ¹Ð¹øÈ£¿Í ºñ¹Ð¹øȣȮÀÎÀÌ ¸ÂÁö ¾Ê½À´Ï´Ù.'); document.MEMBER.mb_passwd.focus(); } else if (document.MEMBER.mb_zipcode_0.value=='') { alert('¿ìÆí¹øÈ£¸¦ ÀÔ·ÂÇÏ¿©ÁֽʽÿÀ.'); document.MEMBER.mb_zipcode_0.focus(); } else if (document.MEMBER.mb_address.value=='') { alert('ÁÖ¼Ò¸¦ ÀÔ·ÂÇÏ¿©ÁֽʽÿÀ.'); document.MEMBER.mb_address.focus(); } else if (document.MEMBER.mb_address_sub.value=='') { alert('»ó¼¼ÁÖ¼Ò¸¦ ÀÔ·ÂÇÏ¿©ÁֽʽÿÀ.'); document.MEMBER.mb_address_sub.focus(); } else if (document.MEMBER.mb_tel_0.value=='') { alert('ÀüÈ­¹øÈ£¸¦ ÀÔ·ÂÇÏ¿© ÁֽʽÿÀ.'); document.MEMBER.mb_tel_0.focus(); } else if (document.MEMBER.mb_tel_0.value.length<2) { alert('ÀüÈ­¹øÈ£°¡ ¿Ã¹Ù¸£Áö ¾Ê½À´Ï´Ù.'); document.MEMBER.mb_tel_0.focus(); } else if (document.MEMBER.mb_tel_1.value=='') { alert('ÀüÈ­¹øÈ£¸¦ ÀÔ·ÂÇÏ¿© ÁֽʽÿÀ.'); document.MEMBER.mb_tel_1.focus(); } else if(document.MEMBER.mb_tel_1.value.length<3) { alert('ÀüÈ­¹øÈ£°¡ ¿Ã¹Ù¸£Áö ¾Ê½À´Ï´Ù.'); document.MEMBER.mb_tel_1.focus(); } else if (document.MEMBER.mb_tel_2.value=='') { alert('ÀüÈ­¹øÈ£¸¦ ÀÔ·ÂÇÏ¿© ÁֽʽÿÀ.'); document.MEMBER.mb_tel_2.focus(); } else if (document.MEMBER.mb_tel_2.value.length<4) { alert('ÀüÈ­¹øÈ£°¡ ¿Ã¹Ù¸£Áö ¾Ê½À´Ï´Ù.'); // } else if ((document.MEMBER.mb_email.value=='') || (document.MEMBER.mb_email.value.indexOf('@')=='-1')) { // alert('¸ÞÀÏÁÖ¼Ò¸¦ Á¤È®È÷ ÀÔ·ÂÇϼ¼¿ä'); // document.MEMBER.mb_email.focus(); // document.MEMBER.mb_email.value=''; // } else if (document.MEMBER.mb_email.value.indexOf(' ')==0) { // alert('¸ÞÀÏÁÖ¼Ò¿¡ ù ±ÛÀÚ°¡ °ø¹é¹®ÀÚ´Â ¾ÈµË´Ï´Ù.'); // document.MEMBER.mb_email.value=''; // document.MEMBER.mb_email.focus(); } else { document.MEMBER.menu_log.value='update'; document.MEMBER.submit(); } } function submitDelete() { if (!confirm('Á¤¸» Å»ÅðÇϽðڽÀ´Ï±î?')) { return; } document.MEMBER.menu_log.value='delete'; document.MEMBER.submit(); } function checkJumin() { var ju_id1=document.MEMBER.mb_socialno_0.value; var ju_id2=document.MEMBER.mb_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 ''; }