Changeset 12957


Ignore:
Timestamp:
2007/05/17 19:38:09 (17 years ago)
Author:
nakanishi
Message:

郵便番号入力フォームをAjaxなファームに改造中

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/dev/html/js/site.js

    r12953 r12957  
    3939            state_id = document.form1['state'].value; 
    4040            town = document.form1['city'].value + document.form1['town'].value; 
    41             document.getEementById("order_zip02").value = state_id; 
     41            //document.getEementById("order_zip02").value = state_id; 
     42            document.getEementById("order_addr01").value = town; 
     43             
    4244            //window.opener.document.form1[input1].selectedIndex = state_id; 
    4345            //window.opener.document.form1[input2].value = town; 
Note: See TracChangeset for help on using the changeset viewer.