우편번호입력할때 주소 필드에 값이 안들어가집니다.
<form name=fsearch_area>
<input type=text name='zip1' size=4 maxlength=3 readonly value='<?=$zip1?>'> -
<input type=text name='zip2' size=4 maxlength=3 readonly value='<?=$zip2?>'>
<img src="images/post_search_btn.gif" onclick="win_zip('fsearch_area', 'zip1', 'zip2', 'address1', 'address2');" style=cursor:hand></td>
<input type=text name='address1' size=60 readonly >
<input type=text name='zip2' size=4 maxlength=3 readonly value='<?=$zip2?>'>
<img src="images/post_search_btn.gif" onclick="win_zip('fsearch_area', 'zip1', 'zip2', 'address1', 'address2');" style=cursor:hand></td>
<input type=text name='address1' size=60 readonly >
<input type=text name='address2' size=60 readonly >
</form>
이렇게했는데 우편번호는 찍히는 데 address1이 찍히지 않네요. 머 잘못한게 있을까요?
|
댓글을 작성하시려면 로그인이 필요합니다.
댓글 6개
해보세요..