Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Rhinorhino on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Error in Javascript

Status
Not open for further replies.

danielc1234

Programmer
Joined
May 1, 2006
Messages
2
Location
US
Hi all, I cannot for the life of me figure out why I'm getting an error in my javascript code. I'm faily new to javascript, so I'm sure it's something I've done wrong. My url is and when the page loads, the browser is showing the error message. The coding is for my menu bar. Thanks in advance! Daniel
 
According to Firefox's Javascript console, line 16 in your menu Javascript file is creating an error because at some point _mi[_x][3] is undefined (or doesn't exist).

Lee
 
So how would I fix that? I'm not familar with that code. Like I said I'm new to javascript...Thanks
 
I would suggest you contact the company that sold you the DHTML menu in the first place. From the copyright message in the (obfuscated) javascript file milonic_src.js:
Code:
Copyright 2006 (c) Milonic Solutions Limited. All Rights Reserved.
This is a commercial software product, please visit [URL unfurl="true"]http://www.milonic.com/[/URL] for more information.
They have obfuscated the code - and most likely have an un-obfuscated variation that they can use to help isolate the cause of the problem.

Cheers,
Jeff

[tt]Jeff's Page @ Code Couch
[/tt]

What is Javascript? FAQ216-6094
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top