Ajax callback function Status

Source: Internet
Author: User

Ajax callback function Status

Function readyDo (){
// Alert (xhr. readyState + "points" + xhr. Status );
If (xhr. readyState = 4 & xhr. status = 200 ){
Var result = xhr. responseText;
If (result = "true "){
Document. getElementById ("title"). innerHTML = "";
Return true;
} Else {
Document. getElementById ("title"). innerHTML = "this user name exists ";
Return false;
}
}
}
This code string is used to determine whether the returned status is passed. Note that status = 200, s is in the lower case of IE, Google, and openg,
You only need to pass Status = 200, S capital, only in IE browser, other browsers cannot pass, and
In the IE browser, the returned values of readyState and Status are 4 and 200, but in Google or oupeng browser
Returned value: readyState = 4 status = undefined.

Reprinted from: http://www.aspnetjia.com

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.