0

Internet Explorer (9) keeps throwing this when I run an AJAX script trying to load content on to the page.

Jake
  • 1,469
  • 4
  • 19
  • 40

1 Answers1

2

You are returning a Content-Type that IE does not recognize. I would check the document you are trying to serve for the char-type and other than that I would check with the server admin if you do not have access to the server-side code.

Steve Binder
  • 2,270
  • 1
  • 14
  • 6