LyndonOHRC
Programmer
I have a function that modifies the contents of the currently selected option in a select.
My last line of code is:
However, the option is not selected when focus is returned to the select.
Any suggestions appreciated.
My last line of code is:
Code:
obj.options[SelectedRowNumber].selected == true;
However, the option is not selected when focus is returned to the select.
Any suggestions appreciated.