0
Q:

return the value of a selected option in a drop-down list

var e = document.getElementById("selectElementID");
var value=e.selectElement.options[e.selectedIndex].value;// get selected option value
var text=e.options[e.selectedIndex].text;//get the selected option text
8

New to Communities?

Join the community