Back To Start Of Archive
Taken From The Forum: Archived Topics for the old Version 3.0 JavaScript Menu
Forum Topic: Click to view post
Last Updated: Saturday July 14 2012 - 06:07:35
Click and Hover
Poster: markm
Dated: Wednesday January 22 2003 - 5:09:02 GMT
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
Poster: kevin3442
Dated: Wednesday January 22 2003 - 5:44:46 GMT
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:
Code:
,"Item Text","show-menu=subMenuName","onClickURL.html",,1
Hope that helps,
Kevin
Thanks
Poster: markm
Dated: Friday January 24 2003 - 4:15:39 GMT
Thanks - that worked!
Isn't it always the "obvious" place that you don't look!
Regards,
Mark