i cashed this down with my debugger in ie7 and got the following, hopew it helps
this is the file that throws the error:
vbulletin_ajax_threadrate.js
this is the routine
/**
* OnReadyStateChange callback. Uses a closure to keep state.
* Remember to use me instead of this inside this function!
*/
this.handle_ajax_response = function()
view the source snd scroll down a few lines to the alert(error) and you can see the loop that its triggered in
|