Hi,

I have a loop in which I'm making Ajax xmlhttp requests. This occurs within a function triggered by a window.onload event.

The Ajax calls are being made with async=false, because they need to occur in a specific order that relies on each step completing before the next can occur.

With each successive request in the loop, I'm updating a div with the xmlhttp.respons eText.

Firefox is refreshing...