Dear all,
as suggested above, I just made a quick test using
                  error: function(XMLHttpRequest, textStatus, errorThrown) {
               alert("XMLHttpRequest: " + XMLHttpRequest);
                           alert("textStatus: " + textStatus);
                           alert("errorThrown: " + errorThrown);
                  },

Wich, in IE6/7, returns me "textStatus:parseerror". What the hell ?

Reply via email to