On Nov 27, 12:44 pm, Wayne Tong <wei.tong.n...@gmail.com> wrote: > It is one of our internal server here, and don't think you will have access > to it, see the message it returns when I use $.ajax
What Michael is trying to point out is that it's pretty difficult to debug something when we can't see either the page that's failing or the data that you are requesting. If you have the ability to at some public location post the output of the ajax request and a simple demo page that uses your code, you'd be more likely to get some useful help. Certainly repeating the error messages again doesn't add much. My first guess, though, is that the returned JSON is in some way formatted poorly. IE decides it knows what to do with it. FF throws its hands up in despair. -- Scott