search for: area_county_id

Displaying 1 result from an estimated 1 matches for "area_county_id".

2006 Aug 10
5
RJS in Internet Explorer to update a list box
...My code works perfectly (albeit a bit slow) on Firefox, but on Internet Explorer it clears the list box (instead of filling it) and Netscape shows all the counties 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...