I have a drop down box that contains the option value and then the text for the value.
I have the code to select the value of the drop box but what I need is to be able to get the text that corresponds to the value
Here is the code that I'm using to the get the value
var ofc = document.form.ofclist.value;
I also have two other drop down boxes on the form, if that makes any difference on the code..
Hopefully I'm making sense of what I'm trying to do
Thanks in advance
I have the code to select the value of the drop box but what I need is to be able to get the text that corresponds to the value
Here is the code that I'm using to the get the value
var ofc = document.form.ofclist.value;
I also have two other drop down boxes on the form, if that makes any difference on the code..
Hopefully I'm making sense of what I'm trying to do
Thanks in advance