L
Lan Vuong
I am using the XMLHttpRequest object to get an XML response from a
servlet. I check the readyState (4) on my asynchronous call and also
check the parseError.errorCode (0). Everything seems to work except
that when I retrieve the responseXML it is an empty document.
Does anyone have other ideas on what's going wrong?
Thanks!
servlet. I check the readyState (4) on my asynchronous call and also
check the parseError.errorCode (0). Everything seems to work except
that when I retrieve the responseXML it is an empty document.
Does anyone have other ideas on what's going wrong?
Thanks!