Ask a Question related to Macromedia Dynamic HTML, Design and Development.
-
schluff #1
Jump menu: new browser window
I was wondering if someone knows the code that I have to implement for a jump
menu to open a new browser window.
On default it jumps to the new location in the same window. I would like to
open a new window on change!
I tried 'blank' instead of parent, but that wasn't the solution... :)
<form name="form1" class="dropDown">
<select name="menu1" onChange="MM_jumpMenu('parent',this,0)">
<option selected>Read latest blog posts</option>
<option value="http://...com">Text 1</option>
<option value="http://...com">Text 2</option>
<option value="http://...com">Text 3</option>
<option value="http://...com">Text 4</option>
</select>
</form>
Thanks a lot in advance! I appreciate any help...
schluff Guest
-
Is Jump Menu Editing Possible?
I've got the standard Dreamweaver jump menu code in many spots of a Web site. But I can't seem to figure out how to edit the menus with Contribute.... -
jump menu question
I have a jump menu that doesn't work properly all i want is to select a menu and press go and opens in a new window and then the menu goes back... -
jump menu help
I am useing Dreamweaver Mx and tring to insert a jump menu into my page. I want the link to open up in a new window. I cant seem to get it to do... -
Jump Menu Lauching new window
Matt, You'd have to change more than the function call itself. It's hardwired in the actual function itself. Try this extension instead and... -
How do you set the width of a jump menu?
Mine keep coming up too shot to diplay all the text characters -- cuts them off and substitutes ellipsis. -
schluff #2
Re: Jump menu: new browser window
Some nice person has already given me the answer - Just in case someone else is
interested, here is the solution:
Change this
<select name="menu1" onChange="MM_jumpMenu('parent',this,0)">
to this
onChange="MM_jumpMenu('window.open()',this,0)">
schluff Guest
-
Guest #3
Re: Jump menu: new browser window
I keep finding the same solution on the subject but the only problem is IE popup blocker when using 'window.open()'.
Guest Guest
-
Unregistered #4
Re: Jump menu: new browser window
Thank you for the solution! It worked great.
Unregistered Guest



Reply With Quote

