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 ?
Having a Link the drop down menu open in a _blank page ?
-
- Beginner
- Posts: 2
- Joined: Tue May 13, 2003 10:26 pm
Hi,
Try:
See this example for a more detailed discussion of this and other approaches.
Kevin
Try:
Code: Select all
,"Linksys", "http://www.linksys.com target=_blank",,,0
Kevin