Displaying 1 result from an estimated 1 matches for "address_area_id".
2006 Aug 10
5
RJS in Internet Explorer to update a list box
...ounties cramped together on one <option> instead of 
multiple options.
This is the relevant code from the form:
 <select id="area_county_id"
name="address[area_id]"><option value="0">Select a 
state</option></select>
 <select id="address_area_id"
name="address[area_id]"><option value="0">Select a 
county</option></select>
 <%= observe_field "county_state_id", :url => {:action =>
''update_counties_list''}, :with => ''county_state_id'' %>...