주소 입력 후 상세주소에 포커스 가도록 수정

This commit is contained in:
chicpro
2014-01-28 16:56:17 +09:00
parent 46700f351c
commit bf74f24eb2
2 changed files with 4 additions and 0 deletions

View File

@ -135,6 +135,8 @@ function put_data(zip1, zip2, addr1, addr3, jibeon)
if(of.<?php echo $frm_jibeon; ?> !== undefined)
of.<?php echo $frm_jibeon; ?>.value = jibeon;
of.<?php echo $frm_addr2; ?>.focus();
window.close();
}

View File

@ -132,6 +132,8 @@ function put_data(zip1, zip2, addr1, addr3, jibeon)
if(of.<?php echo $frm_jibeon; ?> !== undefined)
of.<?php echo $frm_jibeon; ?>.value = jibeon;
of.<?php echo $frm_addr2; ?>.focus();
window.close();
}