hi,
i understand that the xmlHttp.responseText; attribute would return the server's message, but is there any way to get only ajax object's error messages?
see, i have a case.
lets say i have two different span on my page.
<span id="system"/>
<span id="display"/>
if ajax's object is throwing an error, i want it displayed on 'system' span. Otherwise if everything's normal, a tabled result will show in 'display' span. Is this possible?