Hi,
Does anyone have an example that shows a :
* Click on the top menu to open a page, as well as
* opening a sub menu (with the mouse hover in the normal way)?
Thanks and regards,
M
Click and Hover
Hi Mark.
The "show-menu=..." to open a submenu goes in the menu item definition's second field, and the url to open on click (html file, javascript function call, etc.) goes in the third -- "Alternate URL" -- field. Like so:
Hope that helps,
Kevin
The "show-menu=..." to open a submenu goes in the menu item definition's second field, and the url to open on click (html file, javascript function call, etc.) goes in the third -- "Alternate URL" -- field. Like so:
Code: Select all
,"Item Text","show-menu=subMenuName","onClickURL.html",,1
Kevin