Re: Response is blank (Not Return ing)
Martin Honnen <[email protected]> Tue, 19 Jun 2007 15:17:09 +0200
| Newsgroups | gmane.comp.mozilla.devel.xml |
|---|---|
| Organization | Liberty Development |
| Message-ID | <[email protected]> |
2291980 wrote: > I have facing the problem in mozila (2.0.0.4) > > I have calling ajax for login process.. > > Here i ma not able to get ready state=3 , all othere state are > comeing.. Does that mean readyState == 4 works? > Here response is null. Check responseXML when readyState is 4. And make sure the server sends the XML with HTTP response header Content-Type: application/xml (or text/xml). -- Martin Honnen http://JavaScript.FAQTs.com/