Re: Problem with XmlHttpRequest
Posted By:
kapil_garg
Posted On:
Wednesday, June 7, 2006 04:42 AM
ravi
check your code well. There are tons of smaple code for that and I amsure you would find your anser on it.
Kapil
Re: Problem with XmlHttpRequest
Posted By:
Robert_Lybarger
Posted On:
Tuesday, June 6, 2006 07:13 AM
That's because responseXML is not textual information in the normal way of thinking... it is a collection of nested objects that you must access using methods and properties, so just dumping the "value" of that object doesn't necessarily mean anything.