Basic AJAX Question:

Is Ajax just another name for XMLHttpRequest?

Tweet Share WhatsApp

Answer:

No. XMLHttpRequest is only part of the Ajax equation. XMLHttpRequest is the technical component that makes the asynchronous server communication possible; Ajax is our name for the overall approach described in the article, which relies not only on XMLHttpRequest, but on CSS, DOM, and other technologies.

Download AJAX PDF Read All 61 AJAX Questions
Previous QuestionNext Question
Is AJAX code cross browser compatible?How do I test my AJAX code?