Internet Explorer Error

The main error displayed in IE is: "The operation failed due to error 80020101." The error is displayed when the ExtJS environment tries to load the page with the Ext grid component through an ajax request.

It works without problems in Firefox and Chrome.

Another error that IE shows is the "Expected Identifier, String, or Number", which points to a string containing an HTML inline style definition that is perfectly true. I am not sure why this error is shown. I feel that IE is pointing this error to the wrong place.

Can someone help me with this?

+3
source share
2 answers

" " IE DOM , .

JS, () onload ondomready JS.

+1

ajax script , , //

<script type="text/javascript">
// <!--
  alert('text');
// -->
</script>

http://dracoblue.net/dev/could-not-complete-the-operation-due-to-error-80020101/137/

0

Source: https://habr.com/ru/post/1742984/


All Articles