MedSaint
04-16-2005, 07:00 PM
hey guys i need your help...
how do you get a new window to open when you have your links in a drop down menu?
i have the following code:
<tr>
<td>
<SELECT onChange="self.location=this.options[this.selectedIndex].value" style="font-family: verdana; font-size: 10; background: #7CC576; color:#FFFFFF; border-style: solid; border-width: 2pt">
<option selected value="">selections</option>
<option value="http"//www.linkadress1.com">link 1</option>
<option value="http://www.linkadress2.com">link 2</option>
<option value="http://www.linkadress3.com">link 3</option>
</SELECT>
</td>
</tr>
thanks!
how do you get a new window to open when you have your links in a drop down menu?
i have the following code:
<tr>
<td>
<SELECT onChange="self.location=this.options[this.selectedIndex].value" style="font-family: verdana; font-size: 10; background: #7CC576; color:#FFFFFF; border-style: solid; border-width: 2pt">
<option selected value="">selections</option>
<option value="http"//www.linkadress1.com">link 1</option>
<option value="http://www.linkadress2.com">link 2</option>
<option value="http://www.linkadress3.com">link 3</option>
</SELECT>
</td>
</tr>
thanks!