Tag: ajax send
Ajax Request, open() and send() methods
by  Java4s | 12 Comments
  [ Ask Question ]
In Ajax if we want to send the request to the server, we have 2 methods in XMLHttpRequest object to do this work, those are open() and send(). Actually open() method will opens the connection with the server and…