function doSelection(x) { //var hrefx = "http://www.wordsandpeople.com/office-it-training/draft/"; if(x.selectedIndex == 0) alert('Please select a Course'); else window.location.href=x.options[x.selectedIndex].value; }