question about target window..

Please note that official support for this menu version has now ceased. There are still plenty of users, though, and the forum is still running. Some of our long-time users may be able to help you out.
Post Reply
fastflagsrt4
Advanced
Advanced
Posts: 13
Joined: Tue Jun 27, 2006 7:53 pm
Location: Maryland

question about target window..

Post by fastflagsrt4 »

How can I make these links goto a target window....
I just took this website over, and not sure how to open a new browser window with this script...

Here is popup.js

Code: Select all

   window.mm_menu_0307152336_0 = new Menu("root",150,17,"Verdana, Arial, Helvetica, sans-serif",10,"#FFFFFF","#000000","#9c9c9c","#e7e7e7","left","middle",3,0,400,-5,7,true,true,true,0,true,true);
  mm_menu_0307152336_0.addMenuItem("2006 Annual Meeting","location='http://www.cytokineresearch.com/2006/'");
  mm_menu_0307152336_0.addMenuItem("Past Meetings","location='../pages/page3b.htm'");
  mm_menu_0307152336_0.fontWeight="bold";
   mm_menu_0307152336_0.hideOnMouseOut=true;
   mm_menu_0307152336_0.bgColor='#333333';
   mm_menu_0307152336_0.menuBorder=1;
   mm_menu_0307152336_0.menuLiteBgColor='#FFFFFF';
   mm_menu_0307152336_0.menuBorderBgColor='#9E8659'
I would like to open the link above (http://www.cytokineresearch.com/2006/), in a new target window....

Thanks
User avatar
Andy
Milonic
Milonic
Posts: 3308
Joined: Sun May 19, 2002 8:23 pm
Location: Menu Developer
Contact:

Post by Andy »

Looking at the code you have posted - looks like you are not using the menu from milonic.com

If you use our menu you can declare target= and this will open up anywhere you like
Post Reply