HighDots Forums  

Different targets for different Jump Menu items?

Macromedia Dreamweaver Macromedia Dreamweaver Discussions (macromedia.dreamweaver)


Discuss Different targets for different Jump Menu items? in the Macromedia Dreamweaver forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
chrisco webforumsuser@macromedia.com
 
Posts: n/a

Default Different targets for different Jump Menu items? - 07-09-2003 , 03:35 PM






Is is possible to specify different targets or frames for different items within a single jump menu? I would like some items to open within the mainFrame and others to replace the whole page. When I go into Behaviors, I can see the option to change the target (Open URLs in...Main Window, topFrame, mainFrame), and I can see the code changing, but it changes for the whole entire Jump Menu.

I think Jump Menus are a very space efficient way to present a lot of navigation options and would like to use them in other sites, but I need to resolve this issue first. On other, non-framed sites, it would be nice to have some links open in the current window, and others (links to external sites) open in a new window.

Thanks for any help you can provide!

The code changes from:

<select name="quicklinks" onChange="MM_jumpMenu('parent.frames[\'mainFrame\']',this,0)">
<option value="info.html" selected>Quick Links </option>

to this:

<select name="quicklinks" onChange="MM_jumpMenu('parent',this,0)">
<option value="info.html" selected>Quick Links </option>



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.