Recent Topics

1 Jun 23, 2009 00:14    

My b2evolution Version: 2.x

I was told today that for about a week or two, my website, comiclist.com, will not load in IE 5.5 or IE6. The only thing I recall doing of any major importance that long ago was making certain as much of the site as possible would validate properly. I suppose in doing so I may have broken something. If anyone here happens to see what I have done wrong, please let me know! Thank you!

2 Jun 23, 2009 00:45

My job still has IE6 so if I can I'll test it there. IE5.5 feedback isn't worth focusing on ... not that IE6 matters either. Basically tell those people to upgrade their obsolete browser to something reasonably current.

3 Jun 23, 2009 01:04

I agree with you on both 5 and 6, but at the same time, if I did something to break them, it might come back to haunt me later.

Thanks for helping!

4 Jun 23, 2009 03:42

I get a pop-up saying

Internet Explorer cannot open the Internet site

Try to disable js one by one to find the broken script.

5 Jun 23, 2009 04:31

I may have figured out which scripts are messing with IE6, but, they are not broken, not that I know of. Is there any way I can tell IE6 to just not use those scripts?

6 Jun 23, 2009 05:55

Can you provide links to these scripts?

global $Hit;
if( !$Hit->is_IE )
{
    // display scripts for non-IE browsers
}

7 Jun 23, 2009 05:59

<script type="text/javascript" src="http://www.comiclist.com/glossy/glossy.js"></script>
<script type="text/javascript" src="http://www.comiclist.com/reflex/reflex.js"></script>
<script type="text/javascript" src="http://www.comiclist.com/corner/corner.js"></script>

From here:

http://www.netzgesta.de/cvi/

8 Jun 23, 2009 06:08

Move these scripts to _html_footer.inc.php

9 Jun 23, 2009 06:19

Thanks, that helped a great deal! The site will load in IE5 and 6 now. The home page still acts a little weird for IE7 and 6, but that may have to do with the iframes I am using there.

11 Jun 23, 2009 06:41

I made a copy of my default skin, minus the javascript, and uploaded it to a new folder, just for the home page. Looks good in IE 7 and 8 and acceptable in 5 and 6.

12 Aug 24, 2009 19:33

was there a solution to "Internet Explorer cannot open the Internet site"? My client is telling me their guests are receiving this error and have received emails about it. It seems to happen to older versions of IE, as stated in this post.

13 Aug 24, 2009 20:18

Same solution. Disable scripts one by one, find the broken one and then fix or get rid of it.


Form is loading...