Hi All,
Here is what I'm trying to do:
<select name="myCombo" id="myCombo">
<option value="1">One</option>
<option value="2">Two</option>
</select>
<input type="text" name="myTextBox" onBlur="ChangeValue()">
If User enters 2 and tab away, the selected item in the combobox will change to "Two" and vice versa....
Many Thanks.
Here is what I'm trying to do:
<select name="myCombo" id="myCombo">
<option value="1">One</option>
<option value="2">Two</option>
</select>
<input type="text" name="myTextBox" onBlur="ChangeValue()">
If User enters 2 and tab away, the selected item in the combobox will change to "Two" and vice versa....
Many Thanks.