reloading page while an ajax request in progress gives empty response and status as zero
- by Jayapal Chandran
Hi,
Browser is firefox 3.0.10
I am requesting a page using ajax.
The response is in progress may be in readyState less than 4.
In this mean time i am trying to reload the page.
What happens is the request ends giving an empty response.
I used alert to find what string has been given as response text.
I assume that by this time the ready…