Jake
Jake

Reputation: 1491

SCRIPT58734: Could not complete the operation due to error c00ce56e

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

Upvotes: 1

Views: 2393

Answers (1)

Steve Binder
Steve Binder

Reputation: 2290

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.

Upvotes: 1

Related Questions