|
|
|
I want to open the URL or file name in javascript 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 javascript tree menu parameter, when a javascript tree menu
item is clicked? For example I want to get the URL or file name to be
open by the javascript 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 javascript 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 css drop down menus stops showing up in cross-frame mode...
- Apr 06, 2009 - Can the link items NOT open a new window in the menu javascript css?
- Apr 20, 2009 - I'm interested in in the actual menus script selection opening in the second frame
- Apr 23, 2009 - I cannot configure the actual links or link names in the menu javascript download?
- May 28, 2009 - Can we specify our own onclick event handler for the menu bar html item?
- Jun 16, 2009 - I want to add a javascript link with onclick event to the javascript for drop down menu
- Jun 18, 2009 - Is there a way to show a links like I have in the javascript cascade menu 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 script java menu.
- Jul 06, 2009 - Can I create context menus on right click with Html context menu?
- Jul 13, 2009 - How can I open menu for web on mouseover?
- Jul 23, 2009 - I can't see script menu tree on my test page only direct links...
|