Thanks for your response and sorry about the version 5 code not being available.
Unfortunately, none of those solutions worked and I am already specifying "return false" in the function itself. It seems like IE is choosing to ignore it, though.
I'll have the new version online pretty soon and we ...
Search found 7 matches
- Fri Mar 04, 2005 5:27 pm
- Forum: Help & Support for DHTML Menu Version 5+
- Topic: JavaScript function - return false;
- Replies: 4
- Views: 4414
- Wed Mar 02, 2005 3:43 pm
- Forum: Help & Support for DHTML Menu Version 5+
- Topic: JavaScript function - return false;
- Replies: 4
- Views: 4414
- Tue Mar 01, 2005 10:01 pm
- Forum: Help & Support for DHTML Menu Version 5+
- Topic: JavaScript function - return false;
- Replies: 4
- Views: 4414
JavaScript function - return false;
I've looked everywhere and can't find an answer to this question. However, as soon as I post this, I'm sure I'll find it somewhere. (Is there a way to delete posts? ;) )
When calling a JavaScript function with clickfunction= , onfunction= , offfunction= , etc., how do you specify "return false"? I ...
When calling a JavaScript function with clickfunction= , onfunction= , offfunction= , etc., how do you specify "return false"? I ...
- Tue Mar 01, 2005 9:53 pm
- Forum: Help & Support for DHTML Menu Version 5+
- Topic: CSS:hover on individual menu items
- Replies: 2
- Views: 2383
Multiple CSS Selectors
Thanks.
CORRECTION: In this message, I previously stated the following.
I guess the reason it wasn't working was that I was trying to use multiple CSS class selectors and that must have messed it up:
That is incorrect. What was really happening was that I had failed to remove some of the global ...
CORRECTION: In this message, I previously stated the following.
I guess the reason it wasn't working was that I was trying to use multiple CSS class selectors and that must have messed it up:
That is incorrect. What was really happening was that I had failed to remove some of the global ...
- Tue Mar 01, 2005 7:09 pm
- Forum: Help & Support for DHTML Menu Version 5+
- Topic: onclick JavaScript function
- Replies: 1
- Views: 2050
Never Mind

So for anyone else who was as confused as I was, clickfunction is the parameter used to simulate the onClick functionality of JavaScript.
Jonathan Jeter
Web Developer
Arkéo, Inc.
Fort Worth, Texas
http://www.arkeo.com
- Tue Mar 01, 2005 6:56 pm
- Forum: Help & Support for DHTML Menu Version 5+
- Topic: onclick JavaScript function
- Replies: 1
- Views: 2050
onclick JavaScript function
Is there any way to call an onClick JavaScript function from the menu? In looking through the samples and documentation, I can only find supported methods for mouseover and mouseout. The reason I ask is this:
In the version 3 menu, I have a function that I am calling onclick from a button (<input ...
In the version 3 menu, I have a function that I am calling onclick from a button (<input ...
- Tue Mar 01, 2005 4:36 pm
- Forum: Help & Support for DHTML Menu Version 5+
- Topic: CSS:hover on individual menu items
- Replies: 2
- Views: 2383
CSS:hover on individual menu items
Is there a way to put call different CSS classes for individual menu items? I've read through the instructions for applying CSS to a menu, but it seems like you can only style menu sections. The only way I have been able to do it is by placing HTML in the text attribute. I tried onclass and offclass ...