Thanks Dinesh,

responseText is showing..............
*
Thanks & Regards*
*P. Bixam
*

On Fri, Dec 17, 2010 at 12:59 PM, Dinesh Bhatt <[email protected]>wrote:

> Hi,
> You can either use firebug to see the responseXML or can use
> r.responseText method to get the text.
>
> Deep.
>
> On Dec 16, 10:45 pm, "P.Bixam" <[email protected]> wrote:
> > 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