I have to pass dynamic value from the link when the user click the mouseover menu.
Return to Recent Questions
Q:
I have to pass dynamic value from the link when the user click the mouseover menu.
A:
Actually you can use your own Javascript code instead standard links. For example:
var menuItems = [
["text", "javascript:your_code_here"]
];
or
var menuitems = [
["<div onClick='your_code_here'>item text</div>", ""]
];
Return to Recent Questions
Related:
- Sep 17, 2006 - How can your javascript onmouseover menu be set to open by click?
- Sep 23, 2006 - Is it possible that your menu call some javascript onmouseover event?
- Sep 24, 2006 - If there is a way of establishing the width at "runtime" in the javascript dynamic menu?
- Oct 21, 2006 - I want to get the URL or file name to be open in javascript mouseover menu by click...
- Oct 28, 2006 - Subitems of the mouseover menu don't close when the mouse goes away...
- Oct 30, 2006 - I don't see on my website dhtml mouseover menu that I saw on my local machine.
- Nov 10, 2006 - I can't make my vertical dynamic menu work in at Dreaweaver template - why?!
- Nov 17, 2006 - Is there a way to change preview screen color of the onmouseover menu maker?
- Dec 02, 2006 - I have several questions about dynamic horizontal menu.
- Dec 25, 2006 - The mouseover menu javascript will continue to expand horizontally.
- Dec 26, 2006 - I'm trying to have two separate mouseover menus on my web page.
|