No such variable 'fixMenu' error

Having problems with DHTML Menu? There is usually somebody here who knows the answer.
Post Reply
MikeP
Beginner
Beginner
Posts: 2
Joined: Fri Sep 24, 2004 8:38 am

No such variable 'fixMenu' error

Post by MikeP »

I have put together menu on this page.

It all seems to run fine in both IE and Opera, however in Opera the javascript console comes up with a lot of errors like this:
Event thread: onload
Error:
name: ReferenceError
message: Statement on line 20: Reference to undefined variable: No such variable 'fixMenu'
Backtrace:
Line 20 of linked script https://www.titlesolv.com/scripts/mmenudom.js
fixMenu(_mi[0]);
In unknown script
_oifx(6);
At unknown location
{event handler trampoline}
In each case they are all the same except the number in _oifx(6); changes.

So far I haven't been able to test this in other browsers, however do any of you have any idea what the problem might be?

Any help will be much appreciated.

Mike

Edit: I should add that the functionality of the menu in IE and Opera isn't effected , I'm a little worried about what effect these errors couild have in other browsers. Thanks.
Last edited by MikeP on Fri Sep 24, 2004 9:14 am, edited 1 time in total.
User avatar
kevin3442
Milonic God
Milonic God
Posts: 2460
Joined: Sat Sep 07, 2002 12:09 am
Location: Lincoln, NE
Contact:

Post by kevin3442 »

Hi Mike,

See this thread.

Cheers,

Kevin
MikeP
Beginner
Beginner
Posts: 2
Joined: Fri Sep 24, 2004 8:38 am

Post by MikeP »

Thanks, I didn't see that thread before.

Mike
Post Reply