Is there a way to capture which menu item was clicked in the popup menu and store that information into a database?
Return to Recent Questions
Q:
Is there a way to capture which menu item was clicked in the popup menu and store that information into a database?
A:
See how you can find the ID of the clicked item:
var menuItems = [
["Home","javascript:alert(itVar.id)", "", "", "", "_self", "3"],
];
Return to Recent Questions
Related:
- Sep 02, 2006 - Little vertical spacers between menu items in the drop down menu.
- Sep 04, 2006 - Set a menu item to pressed when a page is loaded.
- Sep 06, 2006 - The first item of the html drop down menu stays highlighted.
- Sep 16, 2006 - I need to be able to highlight the selected menu item of the html tree menu.
- Sep 26, 2006 - Why is the submenu has a different colour than menu items in the javascript menu bar?
- Oct 01, 2006 - All of the items in html pull down menu are different sizes.
- Oct 06, 2006 - How can I use right-to-left languages in javascript popupmenu?
- Oct 07, 2006 - How do you change the back ground color of the javascript horizontal menus?
- Oct 26, 2006 - I would like to load an iframe into one of the items in oncontextmenu.
- Oct 28, 2006 - Subitems of the mouseover menu don't close when the mouse goes away...
- Nov 03, 2006 - I want to use a Flash icon with sound next to the menu items in javascript list menu...
|