Back To Start Of Archive
Taken From The Forum: Help & Support for DHTML Menu Version 5+
Forum Topic: Click to view post
Last Updated: Saturday July 14 2012 - 06:07:10
opening links in a new tab ????
Poster: ArbolOne
Dated: Thursday May 7 2009 - 15:15:37 BST
hello folks,
I want the links in a drop-down-menue to open in a new tab, instead of opening on the curreont page. How can this be done?
Thanks in advance
Re: opening links in a new tab ????
Poster: Ruth
Dated: Thursday May 7 2009 - 22:00:23 BST
Hi,
First, just so we are on the same page, you cannot force a browser to open in a new tab unless you have the browser set to use tabs.
So with that said, there is a property called target which can be used, you would add target=new; to your aI string, i.e.
Code:
aI(text=Milonic;url=http://www.milonic.com/;target=new;");
This property will open the link in either a new tab or new window depending on the browser's settings. Hope this helps.
Ruth