|
|
I want to get the URL or file name to be open in java pull down menu 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 java pull down menu, when a java pull down menu
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 java pull down 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 navigation bar stops showing up in cross-frame mode...
- Apr 06, 2009 - Can the link items NOT open a new window in the mouseover popup?
- Jun 16, 2009 - I want to add a javascript link with onclick event to the java popup menu
- Aug 07, 2009 - I can not create new popup windows by clicking on a vertical dhtml menu 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 background?
- Sep 06, 2009 - How to open your javascript dropdown menus by click, not on mouseover?
- Sep 18, 2009 - I want to open the URL or file name in javascript disable button by click...
- Sep 19, 2009 - When I click on link of my vertical pull down menu html no file is loaded!?
- Oct 12, 2009 - I do not see any option in dynamic popup menu to open the URL in new window on right-click
- Oct 29, 2009 - How can your javascript menu scroll be set to open menu items by click?
|