I have a drop down combo box which offers different web sites to choose from. Once chosen a new window opens and the site is displayed. I want to have a new selection which offers a link to an internal web page and is displayed in the "main" frame of my index page.
<SELECT ONCHANGE="window.open(this.options[this.selectedIndex].value, 'newWindow')" SIZE="1" name="Selection_Box">
<OPTION>- Select a Link -</OPTION>
<OPTION VALUE=" </SELECT>
TIA,
solo7
<SELECT ONCHANGE="window.open(this.options[this.selectedIndex].value, 'newWindow')" SIZE="1" name="Selection_Box">
<OPTION>- Select a Link -</OPTION>
<OPTION VALUE=" </SELECT>
TIA,
solo7