ajaxzip3住所自動入力
ajaxzip3住所自動入力。
簡単に実装できます。
jQuery
<script type="text/javascript" src="http://ajaxzip3.googlecode.com/svn/trunk/ajaxzip3/ajaxzip3.js"></script>
HTML
<dl> <dt><label>郵便番号</label</dt> <dd><input type="text" name="zip" size="10" maxlength="8" onKeyUp="AjaxZip3.zip2addr('zip','','addr','addr');"></dd> <dt><label>住所</label></dt> <dd><input type="text" name="addr" size="40"></dd> </dl>