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