Milonic provide full featured pull down web menus for some of the worlds largest companies
click here to see what it can do for you

Download Milonic DHTML Menu
Buy Milonic DHTML Menu

Back To Start Of Archive
Taken From The Forum: Help & Support for DHTML Menu Version 5+
Forum Topic: Click to view post
Last Updated: Saturday July 14 2012 - 06:07:45

IE 6 Error During Page Load If Hovering Over Menu


Poster: tomcraig
Dated: Friday January 5 2007 - 18:28:35 GMT

I'm getting errors that stop the page load if you're hovering over the menu while the page is loading in IE 6, but not in FireFox.

Version 5.767

Problem site (larger menu?):
http://208.112.83.147/demo2

It's only occurring when using buildAfterLoad=true;. If I remove that statement, it's fine.

Anyone see this?

Thanks.


Poster: Andy
Dated: Friday January 5 2007 - 22:38:01 GMT

I've just replied to this message in Tech Support.

It's due to the flashobject.js script that you are using. Something in there is causing the problem.

Cheers,
Andy


Poster: tomcraig
Dated: Friday January 5 2007 - 23:33:04 GMT

Pages without flashobject.js will produce the same crash, such as:

http://208.112.83.147/demo2/content.cfm?id=328


Poster: Andy
Dated: Friday January 5 2007 - 23:40:03 GMT

Can you please remove all other JavaScript from the page and then see if it still does it.

If it works, add each script back until it does it again, then we'll know where the culprit is. The menu has been tested intensively and this doesn't happen on any other the sites the menu is used on.


Poster: Andy
Dated: Saturday January 6 2007 - 0:06:16 GMT

Looks like there might be a problem with buildAfterLoad.

You can get around this by removing the buildAfterLoad property but ensuring that you add a drawMenus(); command to the bottom of your menu_data.js file - This will commit the menus correctly thus not needing buildAfterLoad which SHOULD be waiting until the page has been completed until actually building the menus.

Cheers,
Andy


Poster: tomcraig
Dated: Saturday January 6 2007 - 0:11:21 GMT

It was conflicting with two separate scripts and only worked after both were removed. But, instead, I'll put the scripts I need back in there and remove the buildAfterLoad=true statement and position the menu another way. That works too.