HighDots Forums  

use jump menu to open a blank target page?

Macromedia Dreamweaver Macromedia Dreamweaver Discussions (macromedia.dreamweaver)


Discuss use jump menu to open a blank target page? in the Macromedia Dreamweaver forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
P-C-Surgeon
 
Posts: n/a

Default use jump menu to open a blank target page? - 05-15-2004 , 07:11 PM






Is it possible to create jump menu links to open a blank target page so that my site will still be open?

Reply With Quote
  #2  
Old   
HudsonSwimmer
 
Posts: n/a

Default Re: use jump menu to open a blank target page? - 08-03-2004 , 10:29 AM






This is easy to do.
Replace the code supplied by the DW "wizard" which looks like this:

<select name="menu1"
onChange="MM_jumpMenu('parent',this,0)">

with this:

<select name="menu1"
onChange="MM_jumpMenu('window.open()',this,0)">



Reply With Quote
  #3  
Old   
Murray *TMM*
 
Posts: n/a

Default Re: use jump menu to open a blank target page? - 08-03-2004 , 10:31 AM



BUT - if you ever edit that page's jump menu, this code will be rewritten.

--
Murray --- ICQ 71997575
Team Macromedia Volunteer for Dreamweaver
(If you *MUST* email me, don't LAUGH when you do so!)
==================
http://www.dreamweavermx-templates.com - Template Triage!
http://www.projectseven.com/go - DW FAQs, Tutorials & Resources
http://www.dwfaq.com - DW FAQs, Tutorials & Resources
http://www.macromedia.com/support/search/ - Macromedia (MM) Technotes
==================

"HudsonSwimmer" <webforumsuser (AT) macromedia (DOT) com> wrote

Quote:
This is easy to do.
Replace the code supplied by the DW "wizard" which looks like this:

select name="menu1"
onChange="MM_jumpMenu('parent',this,0)"

with this:

select name="menu1"
onChange="MM_jumpMenu('window.open()',this,0)"





Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.