Back To Start Of Archive
Taken From The Forum: Help & Support for DHTML Menu Version 5+
Forum Topic: Click to view post
Last Updated: Saturday July 14 2012 - 06:07:04
Have the menu links call javascript functions instead of URL
Poster: fragile
Dated: Thursday November 11 2004 - 17:03:04 GMT
My webapp relies heavily on client-side javascript to display different views dynamically and I am considering using the milonic V5.0 navigation menu.
Is it possible to have the menu items call a javascript function instead of just passing it a URL e.g. clicking a link in the menu would call top.myfunction()
I am very impressed with the milonic menu thus far, it is very extensible
Poster: fredlongworthhighschool
Dated: Friday November 12 2004 - 8:15:52 GMT
Would this work:
Code:
aI("text=Call Function;url=javascript:top.myfunction();");
Poster: fragile
Dated: Friday November 12 2004 - 10:58:08 GMT
of course, thanks fredlongworthhighschool