• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Menu Problem

 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello

I am using mm_menu.js in my application. My menu is a editable one, means user can have the menu according to his choice eg(he can operate the menu using onClick or onMouseOver)...

Now with onClick.....
If a user clicks a particular menu, it will display the child menus.

The problem is if a child menu has some more sub-menus, the program is displaying all those onMouseOver. I want these to be displayed only if i am clicking their parent menus.....

Please help......
 
author
Posts: 15385
6
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Well I have not played with the Macromedia JavaScript files in a long time. Does it have any documentation on how it works?

Eric
 
reply
    Bookmark Topic Watch Topic
  • New Topic