Dark Entity
02-03-2004, 05:10 AM
I have a problem with dreamweavers jumpmenus, I can't get the link below to open in a new window. Here is the code, I have tried to change "parent" to blank and it doesn't help. Can anyone help please!
<form name="form1">
<div align="center">
<select name="menu1" onChange="MM_jumpMenu('parent',this,0)">
<option value="http://www.saavi.org.za" selected>Anti-retroviral
therapy</option>
</select>
<input type="button" name="Button1" value="Go" onClick="MM_jumpMenuGo('menu1','parent',0)">
</div>
</form>
<form name="form1">
<div align="center">
<select name="menu1" onChange="MM_jumpMenu('parent',this,0)">
<option value="http://www.saavi.org.za" selected>Anti-retroviral
therapy</option>
</select>
<input type="button" name="Button1" value="Go" onClick="MM_jumpMenuGo('menu1','parent',0)">
</div>
</form>