AJAX XMLHttpRequest Error Flag
Posted
by blackberryfan234
on Stack Overflow
See other posts from Stack Overflow
or by blackberryfan234
Published on 2010-06-15T16:16:38Z
Indexed on
2010/06/15
16:22 UTC
Read the original article
Hit count: 247
AJAX
|xmlhttprequest
Hi,
I made a query to an address and I got the readyState = 4, and the status = 0. After I read the documentation for the XMLHttpRequest, it says if the status = 0 and readyState = 4, then check the associated error flag. How can I see whats in this error flag to determine the cause of the status not being set to 200?
Thanks.
© Stack Overflow or respective owner