SyntaxFix
Write A Post
Hire A Developer
Questions
Use the value property of the <select> element. For example:
value
<select>
var value = document.getElementById('your_select_id').value; alert(value);