|
|
|
I want to open the URL or file name in dynamic tree menu by click...
Return to Recent Questions
Q:
I have a problem.
I am talking about TREE menu.
How can we get the value of a dynamic tree menu parameter, when a dynamic tree menu
item is clicked? For example I want to get the URL or file name to be
open by the dynamic tree menu item when it is clicked.
br>
A:
If you want to open url or a file when you click on items of the tree dynamic tree menu you can write, for example:
var tmenuItems = [
["+DHTML Menus","http://dhtml-menu.com", "images/xpicon1.gif", , , "DHTML Menus", , "0", , , , ],
["|Save as...", "javascript:OpenFile('file_name')"]
];
Return to Recent Questions
Related:
- March 26, 2009 - After click the links the javascript menu frames stops showing up in cross-frame mode...
- Apr 06, 2009 - Can the link items NOT open a new window in the menus in web?
- Apr 20, 2009 - I'm interested in in the actual javascript menu system selection opening in the second frame
- Apr 23, 2009 - I cannot configure the actual links or link names in the website drop down menu?
- May 28, 2009 - Can we specify our own onclick event handler for the tree menu dhtml item?
- Jun 16, 2009 - I want to add a javascript link with onclick event to the dynamic jump menu
- Jun 18, 2009 - Is there a way to show a links like I have in the css dynamic menus if the JavaScript is not allowed on computer?
- Jun 20, 2009 - The floating buttons turn white when I open my site and hovered over the expandable menus.
- Jul 06, 2009 - Can I create context menus on right click with Menus for web pages?
- Jul 13, 2009 - How can I open up menu script on mouseover?
- Jul 23, 2009 - I can't see pull down menu code on my test page only direct links...
|