AJAX XMLHttpRequest

The XMLHttpRequest object is used to request data from a server using open() and send() methods.

Code :