function menuto(form) { var myindex=form.menudest.selectedIndex; //if (myindex > 0) { this.location.href=(form.menudest.options[myindex].value); //parent.frames['main'].window.location.href=(form.menudest.options[myindex].value); //} // You can output to ANY frame using: parent.[framename].location.href }