XMLHttpRequest object:
XMLHttpRequest
open ( , , ) send () <
open ( , , )
send ()
1.open() method will open specific url ( for open on server) 2.send() method Sends an HTTP request to the server and receives a response.