Edit in JSFiddle


              
<script src="http://ajaxzip3.googlecode.com/svn/trunk/ajaxzip3/ajaxzip3.js"></script>

<h1>パターン1</h1>
<div>
    郵便番号:<input type="text" name="zip01" size="10" maxlength="8" onKeyUp="AjaxZip3.zip2addr(this, '', 'pref01', 'addr01')">
</div>
<div>
    都道府県:<input type="text" name="pref01" size="20">
</div>
<div>
    都道府県以下:<input type="text" name="addr01" size="60">  
</div>