Search found 4 matches

by aguen
Sat Jan 14, 2006 12:33 am
Forum: Help & Support for DHTML Menu Version 5+
Topic: Javascript error with Amazon style menu
Replies: 6
Views: 5329

I am still in search for a solution of this error. Could someone of the team have a look at it?

Thanks!
Armin
by aguen
Tue Jan 10, 2006 8:31 am
Forum: Help & Support for DHTML Menu Version 5+
Topic: Javascript error with Amazon style menu
Replies: 6
Views: 5329

Viken,
thanks again for your reply and your advice!

You are right: without openonclick=1; there is no javascript error. But unfortunately my client would like to have openonclick=1.

To say the truth: I think there is a bug in the script that should be fixed anyway. There should be no javascript ...
by aguen
Sun Jan 08, 2006 4:50 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Javascript error with Amazon style menu
Replies: 6
Views: 5329

Viken,
thank you for your reply!

1.
I get the javascript error in IE 6.0.x:
"error on page" (in German: Fehler auf der Seite) at the left corner of the status bar. When I open the details box I get the explanation "'somelink' is undefined" (actually: "'somelink' ist nicht definiert").

No ...
by aguen
Sat Jan 07, 2006 10:56 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Javascript error with Amazon style menu
Replies: 6
Views: 5329

Javascript error with Amazon style menu

Hi!

I test an amazon style menu where some items of the top level menu opens a submenu (via showmenu=) while other items directly opens an url (via url=). Here is a simple code example:

_menuCloseDelay=500;
_menuOpenDelay=150;
_subOffsetTop=2;
_subOffsetLeft=-2;

forgetClickValue=true;

with ...