Open A Jump Menu in a new window

This is for Macromedia DreamWeaver, but it can be applied to any Jump Menu using the right JS function.

HTML:
    original:
    <select name="nameOfYourMenu" onChange="MM_jumpMenu('parent',this,0)">

    change to:
    </select><select name="nameOfYourMenu"
    onChange="MM_jumpMenu('window.open()',this,0)">

One Response to “Open A Jump Menu in a new window”

  1. chantelle March 3, 2011 at 11:23 am # Reply

    This is awesome help!! Thanks a mil!!

Leave a Reply