Error: _I has no properties

Having problems with DHTML Menu? There is usually somebody here who knows the answer.
Post Reply
jptilkes
Super Advanced
Super Advanced
Posts: 37
Joined: Thu Jun 13, 2002 3:01 pm

Error: _I has no properties

Post by jptilkes »

I am getting an error with my menu in both Mozilla and IE. The error began when I downloaded version 5.3

Mozilla:
Error: _I has no properties
Source File: http://next.demandstream.net/SharedScripts/mmenudom.js
Line: 16

IE:
Error: '_I.3' is null or not an object

With text links the link still works but the error happens
With image links they do not work at all.

http://next.demandstream.net/

I did try the menu on a stand alone page and got the same errors.

Thanks
User avatar
Maz
Milonic God
Milonic God
Posts: 1717
Joined: Fri Jun 06, 2003 11:39 pm
Location: San Francisco
Contact:

Post by Maz »

Wow I opened the page in Safari and the whole page has the shakes, what have you been feeding it?

I think its the news, it appears to be pushing the page out to the right and back again.

Try putting the menu under body rather than so far down.

maz
jptilkes
Super Advanced
Super Advanced
Posts: 37
Joined: Thu Jun 13, 2002 3:01 pm

Post by jptilkes »

I feed the site lots and lots of Mt Dew! :D

I moved the menu as well as disabled the news and still have the same issue.

Sadly, I don't have a Mac to test on :oops: since my companies products only run on Windows... Somehow management thinks that means that no one with a Mac will ever vist the site?!? :roll:
User avatar
John
 Team
 Team
Posts: 5967
Joined: Sun May 19, 2002 8:23 pm
Location: Phoenix, AZ
Contact:

Post by John »

Not too comfortable with this...

Code: Select all

with(DemandStreamMain=new menuname("MainMenu")){
Try...

Code: Select all

with(milonic=new menuname("MainMenu")){
John
jptilkes
Super Advanced
Super Advanced
Posts: 37
Joined: Thu Jun 13, 2002 3:01 pm

Post by jptilkes »

Thanks for the suggestion, but still not working.

FYI that same data file worked with several older versions of the code.
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,

I just had a quick visit and I get an error with the following line in your main page:

Code: Select all

<script language=javascript src="/scripts/awstats_misc_tracker.js">
I'm having difficulty trying to load the file to view it, but as best I can tell, awstats_misc_tracker.js isn't really a .js file. Looks like it might actually be an html file (which would explain why the js interpreter chokes on the file's first line... a doctype definition).

Don't know how much that contributes to the overall problem, but I'm sure it doesn't help! (BTW, the page dances a jig in NS7.1/Win as well.)

Cheers,

Kevin
jptilkes
Super Advanced
Super Advanced
Posts: 37
Joined: Thu Jun 13, 2002 3:01 pm

Post by jptilkes »

Thanks for your help but it still isn't working.

I have now removed all javascript that is not related to the menu, I even did a hard coded version of the data file (was origionally generating it with ColdFusion) but still no go.

Perhaps I should try an older version of the menu to see if that fixes the problem?

I'm curious about the difficulty you had with the awstats_misc_tracker.js file. It is definatly a javascript file and has no doc type definition at the top???? No wories, I'll figure that one out.
jptilkes
Super Advanced
Super Advanced
Posts: 37
Joined: Thu Jun 13, 2002 3:01 pm

Post by jptilkes »

If it helps at all, I get the same error if I load the sample (menu.htm) without makeing any changes.

Thanks
User avatar
Andy
Milonic
Milonic
Posts: 3308
Joined: Sun May 19, 2002 8:23 pm
Location: Menu Developer
Contact:

Post by Andy »

It looks like somebody changed the license details on the menu files.

The error is synonymous with that.

Cheers
Andy
jptilkes
Super Advanced
Super Advanced
Posts: 37
Joined: Thu Jun 13, 2002 3:01 pm

Post by jptilkes »

Thank you! Downloading a new copy fixed it. :D

I honestly don't remember changing any of that information, but I must have. It also seems to have fixed the menu dancing a jig in some browsers.
Post Reply