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: Wednesday July 18 2012 - 06:07:34
How do you get submenu links to open a new window?
Poster: theotheragentm
Dated: Friday June 21 2002 - 20:10:10 BST
Just like the topic says. I tried target='new' but that's not working. It's just making the menu item a non-clickable item. That means even though the last two items in the menu are displayed, since they're not clickable, when you mouse over them, the menu closes.
submenu opening a new window
Poster: Dietmar
Dated: Monday June 24 2002 - 17:08:44 BST
I use this data:
addmenu(menu=["Name",
,,170,1,"",style2,,"left",effect,,,,,,,,,,,,
,"Text","http://www.adress.adress target=new",,"text",1
])
and it works!