Javascript AJAX – Server Response

Server Response Properties

Property Description
responseText get the response data as a string
responseXML get the response data as XML data

The responseText Property

The responseText property returns the server response as a JavaScript string, and you can use it accordingly : Continue reading Javascript AJAX – Server Response