|
|
|
I want to get the URL or file name to be open in menu navigation by click...
Return to Recent Questions
Q:
I am talking about TREE menu.
I have a problem.
How can we get the value of a parameter passed by the menu navigation, when a menu navigation
item is clicked? For example I want to get the direct link or file name to be
open by the menu item when it is clicked.
A:
If you want to open direct link or a file when you click on items of the tree menu navigation 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 vertical menus stops showing up in cross-frame mode...
- Apr 06, 2009 - Can the link items NOT open a new window in the click menu javascript?
- Jun 16, 2009 - I want to add a javascript link with onclick event to the javascript expand menu
- Aug 07, 2009 - I can not create new popup windows by clicking on a dhtml meny item.
- Aug 18, 2009 - Is it possible to have the actual words clickable in order to open up an expandable tree
- Sep 04, 2009 - How to use javascript calls when the link is clicked in the css menu list?
- Sep 06, 2009 - How to open your dropdown menu in javascript by click, not on mouseover?
- Sep 18, 2009 - I want to open the URL or file name in menus vertical by click...
- Sep 19, 2009 - When I click on link of my vertical menu dynamique html no file is loaded!?
- Oct 12, 2009 - I do not see any option in html tab menu to open the URL in new window on right-click
- Oct 29, 2009 - How can your down menu javascript be set to open menu items by click?
|