Milonic provide full featured pull down web menus for some of the worlds largest companies
click here to see what it can do for you

Download Milonic DHTML Menu
Buy Milonic DHTML Menu

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:08

How do you make the URL target as new?


Poster: kevinpez
Dated: Tuesday April 4 2006 - 21:08:12 BST

I'm making a simple menu and would like some of the links to open in a new window rather then the parent but I'm not sure how, could someone post an example for me. Thank you,


Poster: Migru
Dated: Tuesday April 4 2006 - 21:12:10 BST

Hi

the item which opens a new page could contain something like
Code:
aI("text=Youritemtext;url=anyurl;target=_blank;");


target=_new; will do it too, i think. try it.

Hope this helps
Michael


Poster: John
Dated: Wednesday April 5 2006 - 15:05:00 BST

_new will work, but _blank is the "W3C way" (FWIW)...