G
Guest
I can't seem to find the syntax to retrieve the text portion of a dropdownlist.
I can find the value:
document.getElementById("Age").value;
and the selected index:
document.getElementById("Age").selecteIndex;
but the text property gives an 'undefined' result. Any ideas?
Thanks,
Denise
I can find the value:
document.getElementById("Age").value;
and the selected index:
document.getElementById("Age").selecteIndex;
but the text property gives an 'undefined' result. Any ideas?
Thanks,
Denise