Open A Jump Menu in a new window
Posted by Helmut Granda | Filed under HTML
This is for Macromedia DreamWeaver, but it can be applied to any Jump Menu using the right JS function.
-
original:
<select name="nameOfYourMenu" onChange="MM_jumpMenu('parent',this,0)">
change to:
</select><select name="nameOfYourMenu"
onChange="MM_jumpMenu('window.open()',this,0)">