:: Documentation >>

responseText

Returns response text.

Syntax

var value = obj.getResponseText(); 
obj.setResponseText(value);        

Examples

var req = new AW.HTTP.Request;
req.setURL('<url>'); 
req.response = function(){
    alert(this.getResponseText()); // show received text
}
req.request();

See also

responseXML property

Comments

Documentation:

Recent changes:

2.6.4
2.6.3
2.6.2
2.6.1
2.6.1
2.6.0
2.5.0 - 2.5.6
2.5.6
2.5.0 - 2.5.5
2.5.5