acaughey Posted September 28, 2008 Share Posted September 28, 2008 In a nutshell I have a three select items with attribute size=5 (country state city) When the user selects a country the contents of the state and city lists are updated or if the user selects a state, the city list is updated Everything works fine (even in IE... I found that I had to parse the returned list set the options rather than simply update the innerhtml)... but the size of the dropdown lists is not retained... it gets changed to '0' Any thoughts? TIA Quote Link to comment Share on other sites More sharing options...
F1Fan Posted September 28, 2008 Share Posted September 28, 2008 Add a line in your javascript that changes the size after the select options are changed. Quote Link to comment Share on other sites More sharing options...
getmukesh Posted October 1, 2008 Share Posted October 1, 2008 To fix the select box size, you can give the style. <select name="selcountry" style="width:150px"> Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.