function docsto(form) { var myindex=form.docsdest.selectedIndex; if (myindex > 0) { this.location.href=(form.docsdest.options[myindex].value); // this.open(form.docsdest.options[myindex].value); } }