-
Combobox text change
Hello,
I have the following code:
Code:
<select id="myList">
<option value="option1">Bob</option>
<option value="option2">Harry</option>
<option value="option3">Tom</option>
<option value="option4">Jack</option>
</select>
I want to be able to select a index/option value from the select tag such as Tom from the list and be able to change it using javascript.
Anyone able to help?
-
Re: Combobox text change
This is very basic stuff. Perhaps you should go through more tutorials at W3Schools.
http://www.w3schools.com/jsref/prop_option_selected.asp