MCQs > IT & Programming > Ajax > Fill the correct blanks in following code: Function processXhrChange() { // Check readyState to make sure the XMLHttpRequest has been fully loaded if (Xhr.readyState == ______ ) { // Check status code from server for 'OK' if ( Xhr.status == ______ ) { // Process incoming data // Update our hit counter Hit = hit + 1; } else { // Request had a status code other than 200 Alert ('There was a problem communicating with the server\n'); } }

Ajax MCQs

Fill the correct blanks in following code: Function processXhrChange() { // Check readyState to make sure the XMLHttpRequest has been fully loaded if (Xhr.readyState == ______ ) { // Check status code from server for "OK" if ( Xhr.status == ______ ) { // Process incoming data // Update our hit counter Hit = hit + 1; } else { // Request had a status code other than 200 Alert ("There was a problem communicating with the server\n"); } }

Answer

Correct Answer: 4 200

Explanation:

Note: This Question is unanswered, help us to find answer for this one

Ajax Skill Assessment

Overall Skill Level-Poor

Your Skill Level: Poor

Retake Quizzes to improve it

search

Ajax Skill Assessment

Overall Skill Level-Poor

Your Skill Level: Poor

Retake Quizzes to improve it