HighDots Forums  

Re: Jump Menu Lauching new window

Macromedia Dreamweaver Macromedia Dreamweaver Discussions (macromedia.dreamweaver)


Discuss Re: Jump Menu Lauching new window in the Macromedia Dreamweaver forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
T. Pastrana
 
Posts: n/a

Default Re: Jump Menu Lauching new window - 07-08-2003 , 10:31 AM






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 select 'Blank
Win" from the options for a new browser window. It will also allow you to
determine the new window size, attribs etc... if you want.

http://www.fourlevel.com/dreamweaver/extensions/jump/index.htm


--
..Trent Pastrana
www.fourlevel.com





"Matt" <matt (AT) perfectdata (DOT) co.nz> wrote

Quote:
I want to spawn a new window from a jump menu. Unfortunately my java is
....
like my french... fu$ke&.

the jump menu runs this onchange="MM_jumpMenu('parent',this,0)"

which calls

function MM_jumpMenu(targ,selObj,restore){ //v3.0
eval(targ+".location='"+selObj.options[selObj.selectedIndex].value+"'");
if (restore) selObj.selectedIndex=0;
}

I am trying to make an active desktop item containing a single jump menu
item that will launch a new instance of Internet Explorer. I have tried
replacing 'parent' with 'blank' 'new' and no luck.?????

Anyone? speak french?

THANKS ;-)





Reply With Quote
  #2  
Old   
T. Pastrana
 
Posts: n/a

Default Re: Jump Menu Lauching new window - 07-09-2003 , 07:44 AM






Your welcome, it combines the 2 options so you don't have to hack it
manually.


--
..Trent Pastrana
www.fourlevel.com




"Matt" <matt (AT) perfectdata (DOT) co.nz> wrote

Quote:
Well thats much Better... didn't check new posts before replying to
myself.
http://www.fourlevel.com

THANKS TRENT

"T. Pastrana" <tpastrana (AT) NOSPAMMfourlevel (DOT) com> wrote in message
news:beekl6$t7h$1 (AT) forums (DOT) macromedia.com...
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 select 'Blank
Win" from the options for a new browser window. It will also allow you
to
determine the new window size, attribs etc... if you want.

http://www.fourlevel.com/dreamweaver/extensions/jump/index.htm


--
..Trent Pastrana
www.fourlevel.com





"Matt" <matt (AT) perfectdata (DOT) co.nz> wrote in message
news:bedmnc$3o7$1 (AT) forums (DOT) macromedia.com...
I want to spawn a new window from a jump menu. Unfortunately my java
is
...
like my french... fu$ke&.

the jump menu runs this onchange="MM_jumpMenu('parent',this,0)"

which calls

function MM_jumpMenu(targ,selObj,restore){ //v3.0

eval(targ+".location='"+selObj.options[selObj.selectedIndex].value+"'");
if (restore) selObj.selectedIndex=0;
}

I am trying to make an active desktop item containing a single jump
menu
item that will launch a new instance of Internet Explorer. I have
tried
replacing 'parent' with 'blank' 'new' and no luck.?????

Anyone? speak french?

THANKS ;-)









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.