I can't find anywhere in your documentation that states where I can call this function onclick other than in the menu web page target.
Return to Recent Questions
Q:
I can't find anywhere in your documentation that states where I can call this function onclick other than in the menu web page target.
A:
You can use onclick event in the following way:
var menuitems = [
["<div onClick='getLink(\'/Admin/Sales/Customers/Customers.asp\')'>Table of Contents</div>", ""]
];
Return to Recent Questions
Related:
- Sep 04, 2006 - Set a menu item to pressed when a page is loaded.
- Sep 18, 2006 - Does the js menu work to load pages into an iframe?
- Sep 22, 2006 - Where do I add my "blahblah.htm" page links in js menu?
- Sep 22, 2006 - How to call the function in my java script menu?
- Sep 30, 2006 - The frame below the javascript menubar is moved to the bottom of the page.
- Oct 27, 2006 - I'm trying to get a cascading menu that will float as I scroll down the page.
- Oct 30, 2006 - I don't see on my website dhtml mouseover menu that I saw on my local machine.
- Nov 05, 2006 - With the new version of javascript rollover menus, my body onload function is blocked.
- Nov 07, 2006 - The menu appears perfectly in the css menu maker preview screen, but not on the page.
- Nov 20, 2006 - We need to have 2 javascript hover menu on one page.
- Nov 21, 2006 - How are this javascript scrolling menu compatible with Frontpage 2003?
|