here is the code for my pulldown menu
<FORM NAME="pulldown1"><SELECT NAME="e" onChange="if(parent.whole){parent.whole.location.href = this.form.e.options[this.form.e.selectedIndex].value} else {location.href = this.form.e.options[this.form.e.selectedIndex].value}" style="background-color:#444444 ; border-style:0; font-size: 10; color: #FFFFFF; font-family: verdana, arial, geneva">
<OPTION VALUE = 'home.html' SELECTED>Home
<OPTION VALUE = 'news.html' SELECTED>News
i am using this code on a page within a frameset. The problem is the links open in the same frame, how do i get the links to open in my other frame.
<FORM NAME="pulldown1"><SELECT NAME="e" onChange="if(parent.whole){parent.whole.location.href = this.form.e.options[this.form.e.selectedIndex].value} else {location.href = this.form.e.options[this.form.e.selectedIndex].value}" style="background-color:#444444 ; border-style:0; font-size: 10; color: #FFFFFF; font-family: verdana, arial, geneva">
<OPTION VALUE = 'home.html' SELECTED>Home
<OPTION VALUE = 'news.html' SELECTED>News
i am using this code on a page within a frameset. The problem is the links open in the same frame, how do i get the links to open in my other frame.