asp.net - Regarding dropdownlist -
i've dropdownlist designed using html select tag. thing working fine in ie , not working in mozilla, opera , google chrome... can 1 help.. code used is
<select name="select nav" size="1" style="background-color:#ffffff" onchange="location.href=options[selectedindex].value;"> <option value="locations_aberdeen.html">aberdeen <option value="locations_arendal.html" selected>arendal <option value="locations_athens.html">athens <option value="locations_bangkok.html">bangkok <option value="locations_beijing.html">beijing <option value="locations_capetown.html">capetown <option value="locations_dubai.html">dubai <option value="locations_durban.html">durban <option value="locations_genoa.html">genoa <option value="locations_gsc.html">global support centre <option value="locations_hochiminh.html">ho chi minh city <option value="locations_hong-kong.html">hong kong <option value="locations_houston.html">houston <option value="locations_jakarta.html">jakarta <option value="locations_kuala-lumpur.html">kualalumpur <option value="locations_limassol.html">limassol <option value="locations_london.html">london <option value="locations_lowestoft.html">lowestoft <option value="locations_manila.html">manila <option value="locations_miami.html">miami <option value="locations_moscow.html">moscow <option value="locations_mumbai.html">mumbai <option value="locations_new-delhi.html">new delhi <option value="locations_niteroi.html">niteroi <option value="locations_oslo.html">oslo <option value="locations_perth.html">perth <option value="locations_riga.html">riga <option value="locations_shanghai.html">shanghai <option value="locations_singapore.html">singapore <option value="locations_southampton.html">southampton <option value="locations_tokyo.html">tokyo <option value="locations_vancouver.html">vancouver </select>
seems work me in firefox 3.6.10
Comments
Post a Comment