Tag: ajax responseXML
Ajax Server Response, responseText and responseXML
by  Java4s | 5 Comments
  [ Ask Question ]
Once we send the request to the destination , we will get the response from the server in two formats either in Text or XML, i mean we can get the response from the server by using…