Back To Start Of Archive
Taken From The Forum: Archived Topics for the old Version 3.0 JavaScript Menu
Forum Topic: Click to view post
Last Updated: Saturday July 14 2012 - 06:07:02
question about target window..
Poster: fastflagsrt4
Dated: Tuesday June 27 2006 - 20:20:57 BST
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:
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'
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