|
The tree menu javascript opens a new window although I haven't set item's target...
Return to Recent Questions
Q:
So, as you can see, I use "_self" in order to make the tree menu javascript
URL open in same window when left-clicked.
If I set it to empty it opens in new window (is that
correct behaviour (I thought we should use _blank to
get that effect).
A:
In the menuItems you can set target parameter for each tree menu javascript item
individually.
The following parameter:
var itemTarget="_blank";
sets target for all items, so if you haven't specified target for the
item
["Arbeidsplaner","cp_workplan.php",,,,"","0","0"],
the target for this item will be "_blank".
Return to Recent Questions
Related:
- Apr 06, 2009 - Can the link items NOT open a new window in the menus in web?
- May 31, 2009 - I set a target at '_mainFrame' for my css menu maker but it opens in the same window.
- Oct 12, 2009 - The css style menu opens a new window although I haven't set item's target...
- Nov 06, 2009 - How can I open the link in a new window with your pulldown menus?
- Nov 08, 2009 - I want to open links in a new window in the website tabs dropdown menu?
- Nov 15, 2009 - I didn't find any examples using a target attribute for the link in mouse over menus...
- Dec 13, 2009 - I want to get the URL or file name to be open in navigation menu using by click...
- Dec 24, 2009 - Suddenly all the menu link targets don't work anymore in my drop down menu vertical.
- Jan 06, 2010 - How can I expand dhtml menu sample and open link in a frame at the same time?
- Jan 10, 2010 - I'm having trouble getting some of my dynamic menu bar opening in the frm2.
- Jan 28, 2010 - Is there a way to open the link of my menu vertical javascript in the same window?
|