Well as the title says does anyone know of javascript making IE not load a page. When viewing my website after a while with IE 8 it slows down the browsers to the point where it will no longer load any pages. I have to completely close IE and reopen it.
IDK how the css would affect it. I set it up so all css is cashed not loaded upon each page load. http://forum.trinityentertainment.net/ I am not sure whcih javascript is the problem but it has been happening on both servers I have been on. I think its either the inferno shout or the advanced page stats, but stay on the page and you will see teh advanced page stats reload time start flashing rapidly saying its "reloading" then "reload every 10 seconds" then repeats again and again like 2 times a second.
why wouldnt you want IE to load the page? it didn't die yet.. although the users might getting close you can find IE by standard snippet if (navigator.userAgent.indexOf('MSIE') !=-1) { ... } then alter the dom code to display something else i guess..
Thats not what I was saying, I said that after a few minutes the shoutbox makes it to the page won't load because of the javascript..