|
|
When I put any new link on my tree view expand it goes as if I am placing as _blank when I have it leading to _self.
Return to Recent Questions
Q:
When I put any new link on my tree view expand it goes as if I am placing as _blank when I have it leading to _self.
A:
At the moment you have:
var titemTarget="_blank";
And you haven't specified "_self" parameter to
["||Unilock Fireplace MODS","fireplace_unilock_mods.htm", "", "", "", "", "", "", "", ],
You should set
var titemTarget="_self";
or set "_self" parameter for each item individually:
["||Unilock Fireplace MODS","fireplace_unilock_mods.htm","", "", "", "_self", "", "", "", ],
Return to Recent Questions
Related:
- Sep 06, 2006 - The Items of the javascript tree view stay expanded in the same state.
- Sep 29, 2006 - I tried to use javascript function with the "Title item" of my javascript tree view.
- Oct 20, 2006 - I want that tree menus expanded or collapsed and go to the link...
- Nov 24, 2006 - Is it possible to have the actual words clickable in order to open up an expandable tree
- Dec 08, 2006 - Is it possible to customize the direction of javascript submenus...
- Dec 14, 2006 - Images of HTML Menu still showing up as blank in the preview screen...
- Feb 26, 2007 - Does your dhtml treeview support right to left languages, like Hebrew?
- May 21, 2007 - If there was a way to have the dhtml slide tree menu already expanded?
- June 16, 2007 - I need to know if I can add substantial data to the expanded javascript treeview?
- June 18, 2007 - You're allowing only the icon to be clicked and expand the javascript tree dhtml
- July 16, 2007 - I would like the visited link in the expandable javascript menu stay highlighted
|