jason_kelly
10-04-2011, 01:16 AM
Hello,
I need your help.
I am using the code below to attempt to get the text or label value of the drop down box, however, what I am not liking is that it is returning a number of the selected item, as opposed to the text value.
document.getElementById('status').value
How can I get just the text value of the selected item in question?
Much thanks and appreciation for all your help.
Cheers,
J
I need your help.
I am using the code below to attempt to get the text or label value of the drop down box, however, what I am not liking is that it is returning a number of the selected item, as opposed to the text value.
document.getElementById('status').value
How can I get just the text value of the selected item in question?
Much thanks and appreciation for all your help.
Cheers,
J