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:06

IE6 Issues w/ Vertical Menu


Poster: Eric1
Dated: Wednesday April 7 2010 - 15:40:21 BST

I'm currently using the latest ( 5.830 ) version of Milonic for my site.

Whenever I go to it in IE6, I get an error message:

Runtime Error Has Occurred
Line: 20
Error: Class doesn't support Automation

I choose "No" on the debug and my menu is gone from the left hand side.

It works fine in every other browser version (IE7,IE8,FireFox,Safari). It's only IE6 is where I have issues. For now, I had to add some javascript that places a box at the top of the site if they're using IE6. But I would like it to work since a handful of users do visit the site with IE6 every day.

I didn't do anything special to the code other than changing the background color and the hover color. The rest is default from Milonic.

I've tried going back a few versions but still get the same result. Any idea why this would be happening? Is Milonic not IE6 compatible?

For the website info for people who wish to test, the site is http://www.engineeredvictories.com

Thanks.

Re: IE6 Issues w/ Vertical Menu


Poster: Andy
Dated: Wednesday April 7 2010 - 16:02:12 BST

Hi Eric,

I just tried your site with IE6 and the menu worked perfectly.

Sounds like it might be a problem with Visual Studio (I'm guessing it's running and that's why you get the debug option)

Anyway, some people say to try this:

Open a command prompt and enter these commands
regsvr32 msscript.ocx [enter]
regsvr32 dispex.dll [enter]
regsvr32 vbscript.dll [enter]


Let me know if that helps or not.

Re: IE6 Issues w/ Vertical Menu


Poster: Eric1
Dated: Wednesday April 7 2010 - 16:08:32 BST

I ran those, all succeeded, loaded up IEtester with IE6 and it gave me the same error message.

I went on http://ipinfo.info/netrenderer/ to see what my site comes up with on IE6 and it looks like my menu is missing also from their screenshot.

Re: IE6 Issues w/ Vertical Menu


Poster: Andy
Dated: Wednesday April 7 2010 - 17:42:18 BST

Quote:
I ran those, all succeeded, loaded up IEtester with IE6 and it gave me the same error message.


It's definitely an issue with Visual Studio - I guess if your users are running IE6 (which they really shouldn't - I have seen trojans take heavy control of PC's within seconds through infected websites via IE6 holes) then there is a chance that they will not be running Visual Studio. And even if they are then they may not be having the same issue as you are seeing. I really wouldnt worry too much about it.

Quote:
I went on http://ipinfo.info/netrenderer/ to see what my site comes up with on IE6


The menu will not appear in netrenderer because it's JavaScript - looks like netrenderer cannot process Javascript code.

Again it's working for me on my IE6

Re: IE6 Issues w/ Vertical Menu


Poster: Eric1
Dated: Wednesday April 7 2010 - 17:50:39 BST

That's a relief! Thanks Andy.