function gotopage(eleid) { selectbox = document.getElementById(eleid); destination = selectbox.options[selectbox.selectedIndex].value; if (destination) { document.location.href = destination; } }