Is it possible to set drop down menu templates up so clicking a tab runs a function in my page?
Q:
Have a question regarding your Deluxe-Tabs product.
Is it possible to set drop down menu templates up so clicking a tab runs a
function in my page?
A:
You can use your own javascript functions and html code in the menu items.
Unfortunately, you can’t assign onmouseover/onClick event to each item.
However, you can achieve this by using standard html objects within
items, for example:
var bmenuitems = [
["<div onMouseover='your_code_here'>item text</div>", "content1"]
];