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)">

Leave a Reply