1.

AJAX uses XMLHttpRequest. What is its purpose?

Answer»

XMLHttpRequest has VARIOUS tasks when applied with AJAX. These are:

  • REQUESTING data from the server
  • Sending data to the background through the XMLHttpRequest
  • Receiving data from the server
  • Updating data WITHOUT RELOADING the page


Discussion

No Comment Found