|
Hi,
I wonder if anyone knows how to make links in a list menu open up in a separate window? For some strange reason, Dreamweaver wont let me. Is there a code I can easily implement? Here is the code:
(PS! Ive tried to replace the 'parent' value below with blank, but that doesnt help.)
<form name="form1">
<div align="center">
<select name="menu1" onChange="MM_jumpMenu('parent',this,0)">
<option value="http://www.bbc.co.uk/weather/5day.shtml?world=0065" selected>Rome
(Italy) </option>
</select>
</div>
</form>
|