:: Forum >> Version 2 >>

How to retrieve responseText in Firefox?

More information on this topic is available in the documentation section: /aw.xml.table/.

I tried the following code:
var table = new AW.XML.Table;
table.setURL("http://localhost:8080/getresponse");
table.request();
alert(table.getResponseText());
 
but couldn't get any response in Firefox, it's fine in IE, however.
Then how to get response text in Firefox?
s.n
Friday, March 4, 2011
Do you send asynchronous request?

http://www.activewidgets.com/aw.http.request/async.html
Alex (ActiveWidgets)
Monday, March 7, 2011



This topic is archived.

Back to /aw.xml.table/

Documentation:

Forum search