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:31
Having a Link the drop down menu open in a _blank page ?
Poster: Invincible
Dated: Tuesday May 13 2003 - 22:29:47 BST
How can I do so ? Currently My links look like this
addmenu(menu=[
"reviewspress",
74,
228,
160,
1,
,
PlainStyle,
,
,
,
0,
0,
0,
,
,
0,
0,
,
,
0,
,
,"OF-Forums", "http://forum.oc-forums.com",,,0
,"TranceAddict", "http://www.tranceaddict.com",,,0
,"Linksys", "http://www.linksys.com",,,0
])
,but as it is above the open in the current window & doing so in that they leave my web site, so is there anyway I can have Link in the menu open in a new window ?
Poster: kevin3442
Dated: Tuesday May 13 2003 - 22:54:21 BST
Hi,
Try:
Code:
,"Linksys", "http://www.linksys.com target=_blank",,,0
See this example for a more detailed discussion of this and other approaches.
Kevin