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