Having a Link the drop down menu open in a _blank page ?

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
Invincible
Beginner
Beginner
Posts: 2
Joined: Tue May 13, 2003 10:26 pm

Having a Link the drop down menu open in a _blank page ?

Post by Invincible »

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 ?
User avatar
kevin3442
Milonic God
Milonic God
Posts: 2460
Joined: Sat Sep 07, 2002 12:09 am
Location: Lincoln, NE
Contact:

Post by kevin3442 »

Hi,

Try:

Code: Select all

,"Linksys", "http://www.linksys.com target=_blank",,,0
See this example for a more detailed discussion of this and other approaches.

Kevin
Post Reply