![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
|
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 ;-) |
#2
| |||
| |||
|
|
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 ;-) |
![]() |
| Thread Tools | |
| Display Modes | |
| |