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:
  1. original:
  2. <select name="nameOfYourMenu" onChange="MM_jumpMenu('parent',this,0)">
  3.  
  4. change to:
  5. </select><select name="nameOfYourMenu"
  6. onChange="MM_jumpMenu('window.open()',this,0)">

Leave a Comment

Please note: Comment moderation is enabled and may delay your comment. There is no need to resubmit your comment.