You can use your javascript debugger (VS or in IE/FF).

 

-Cam

 

From: [email protected]
[mailto:[email protected]] On Behalf Of P.Bixam
Sent: 12/16/2010 11:46 AM
To: [email protected]
Subject: [DotNetDevelopment] How to see the contents inside responseXML

 

Hi guys,

 

Can any one suggest me how can I see the contents after getting the AJAX
response in XML format in Javascript

 

$.ajax

{

    success: processResult;

}

 

function processResult(xData, status)

{

       var items = xData.responseXML;  // here I want to see the
contents just like innerXML in Server-Side

}

 


Thanks & Regards
P. Bixam

Reply via email to