|
|
Is it possible for a navigation bar item to have an associated "target"?
Return to Recent Questions
Q:
Is it possible for a navigation bar item to have an associated "target"?
What I mean is I'd like to be able to open the page in a new window, so I'd
need to specify the href as well as "target=_new" (in HTML anyway).
A:
You can set target parameter for all items:
var itemTarget="_blank";
Where main - is the name of the main middle frame where you want to open the link.
or for each item individually:
["Home","testlink.html", "", "", "", "_blank", "", "", "", "", "", ],
Return to Recent Questions
Related:
- Sep 26, 2006 - Why is the submenu has a different colour than menu items in the javascript menu bar?
- Nov 06, 2006 - Each item is a different width. Can I do this with your html navigation bar?...
- Nov 10, 2006 - I want to set the status bar messages to another than the link text from the xp menu items?
- Dec 04, 2006 - When running navigation bar code with IE or Firefox, the background is transparent.
- Dec 15, 2006 - I can't seem to have a "contact us" menu item to work in the html navigation menu.
- May 06, 2007 - Sub-menus appear away for the menu/ dhtml navigation bar.
- July 12, 2007 - Is there a way to leave a main navigation item highlighted in the dhtml top menu?
- Sep 23, 2007 - We do need the menuitem separation bars in the dhtml drop down menu
- Oct 08, 2007 - May I can use PHP code in menu items of my dhtml website navigation menu?
- Nov 16, 2007 - I cannot see subitems of my down menu navigation on the website. Could you help me?
- Dec 18, 2007 - The javascript drop down menu opens a new window although I haven't set item's target...
|