I want to get the URL or file name to be open in javascript mouseover menu by click...
Return to Recent Questions
Q:
I have a problem.
How can we get the value of a parameter passed by the menu, when a menu
item is clicked? For example I want to get the URL or file name to be
open by the menu item when it is clicked.
I am talking about TREE menu.
A:
If you want to open url or a file when you click on items of the 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
|