Page is a not externally linkable
- Code, Content, and Presentation
-- JavaScript and AJAX
---- Output received XML data to screen


Fotiman - 5:19 pm on Feb 8, 2013 (gmt 0)


When you say you "got nothing", does that mean you didn't even see an alert dialog? If so, that would suggest that your success handler was never reached.

I assume that the msg contains an XML document, which contains 1 or more <response> elements. Perhaps you could do something like:

$('body').append("<textarea id='debugOutput' rows='10' cols='30'><\/textarea>");
$('#debugOutput').val(msg);


Thread source:: http://www.webmasterworld.com/javascript/4543602.htm
Brought to you by WebmasterWorld: http://www.webmasterworld.com