Search found 4 matches

by chemicalX
Thu Oct 24, 2002 6:07 am
Forum: Archived Topics for the old Version 3.0 JavaScript Menu
Topic: Calling other functions when i start and exit the menu
Replies: 5
Views: 5090

Hi Kevin.

Thank you for this. I'll give it a shot and let you know what happens.

J.

PS: Are there any developments going on that would allow me to build the menu items dynamically from a database using asp?
by chemicalX
Fri Oct 18, 2002 8:41 am
Forum: Archived Topics for the old Version 3.0 JavaScript Menu
Topic: Calling other functions when i start and exit the menu
Replies: 5
Views: 5090

Kevin, me again.

Okay, that didn't work :) heheh.

I tried what you suggested, and it looked like this


,"Hide combos","onfunction=HideCombos();offfunction=ShowCombos();",,,0


The "HideCombos()" function is used to hide all select boxes in the document, and the "ShowCombos()" is used to show ...
by chemicalX
Fri Oct 18, 2002 7:15 am
Forum: Archived Topics for the old Version 3.0 JavaScript Menu
Topic: Calling other functions when i start and exit the menu
Replies: 5
Views: 5090

Hi Kevin.

Thanks for your reply, I'll take a look at the example you linked and let you know if I got anywhere.

Thanks.
cX
by chemicalX
Thu Oct 17, 2002 4:05 pm
Forum: Archived Topics for the old Version 3.0 JavaScript Menu
Topic: Calling other functions when i start and exit the menu
Replies: 5
Views: 5090

Calling other functions when i start and exit the menu

Hi guys.

I have a tricky question.

I want to call a function as soon as i start using the menu and another as soon as I exit the menu. I got the exit working, as I just put a call in the closeallmenus function.

Where do I need to put the call that i want to execute when I hover over the first ...