My IE (IE 8.0 @Windows Server 2003) doesn't get killed when I enter the page.
However, Javascript seems to continue to work forever because IE offers me "Stop the script ... making Internet Explorer run slowly ...". There is also a Javascript error indication there. It says:
Webpage error details User Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.2; WOW64; Trident/4.0; .NET4.0C; .NET4.0E) Timestamp: Fri, 13 May 2011 20:08:46 UTC Message: Permission denied Line: 133 Char: 374 Code: 0 URI: http://bizzocall.com/faq/wp-includes/js/jquery/jquery.js?ver=1.4.4
You said you updated JQuery, but 1.4.4 doesn't seem to be the latest version, did you?
UPDATE:
I ran Developer Tools (F12) to get the call stack, and one of the entries on the stack (only in the middle):
//jquery.fancybox-1.3.4.js lines 1040-1045 in the $.fancybox.init $('body').append( tmp = $('<div id="fancybox-tmp"></div>'), loading = $('<div id="fancybox-loading"><div></div></div>'), overlay = $('<div id="fancybox-overlay"></div>'), wrap = $('<div id="fancybox-wrap"></div>') );
UPDATE2:
I give up. Javascript / jQuery knowledge is too limited. And the miniature jQuery code doesn't seem to help either. Debugging through things like this.each(function(e){var g=f(this);a[0]=j.call(this,e,c?g.html():b),g.domManip(a,c,d)}) , it seems, is not the easiest thing in the world.
I suggest running the same code with a single jQuery instance (single version, it may be 1.4.4 if this is your choice) in the development version (unminified). Problems may arise if the error does not occur then.
source share