Changeset 12952


Ignore:
Timestamp:
2007/05/17 19:27:55 (17 years ago)
Author:
nakanishi
Message:
 
File:
1 edited

Legend:

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

    r11481 r12952  
    3939            state_id = document.form1['state'].value; 
    4040            town = document.form1['city'].value + document.form1['town'].value; 
    41             window.opener.document.form1[input1].selectedIndex = state_id; 
    42             window.opener.document.form1[input2].value = town; 
     41            document.getEementById("").value = state_id; 
     42            //window.opener.document.form1[input1].selectedIndex = state_id; 
     43            //window.opener.document.form1[input2].value = town; 
    4344        } 
    4445    } else { 
     
    359360} 
    360361 
     362function test(){ 
     363    alert("test"); 
     364} 
Note: See TracChangeset for help on using the changeset viewer.