function doSelection(x) { if(x.selectedIndex == 0) alert('Please select a Course'); else window.location.href=x.options[x.selectedIndex].value; }