//For <select id='brew'> with multiple options : var brew = document.getElementById('brew'); var myImportantValue = brew.options[brew.selectedIndex].value;