Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>The error message you are getting indicates "KB927917". This is a reference to an entry in Microsoft's knowledge base.</p> <p>More specifically : <a href="http://support.microsoft.com/?scid=kb%3Ben-us%3B927917&amp;x=11&amp;y=13" rel="nofollow noreferrer">Why do I receive an "Operation aborted" error message when I visit a Web page in Internet Explorer?</a></p> <p>On that page, there are informations for both end-users and developpers ; those might help you understand what is causing this problem. <br>This part seems interesting (quoting) :</p> <blockquote> <p>This problem occurs because a child container HTML element contains script that tries to modify the parent container element of the child container. The script tries to modify the parent container element by using either the innerHTML method or the appendChild method.</p> <p>For example, this problem may occur if a DIV element is a child container in a BODY element, and a SCRIPT block in the DIV element tries to modify the BODY element that is a parent container for the DIV element.</p> </blockquote> <p><br> There is also a link to this blog entry : <a href="http://blogs.msdn.com/ie/archive/2008/04/23/what-happened-to-operation-aborted.aspx" rel="nofollow noreferrer">What Happened to Operation Aborted?</a></p> <p>On that entry, there is exactly the message you are getting <em>(which seems to be the way IE8 deals with that problem -- where older versions were just displaying some kind of alert box and a blank page)</em> ; so, might you too ;-)</p>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
    2. VO
      singulars
      1. This table or related slice is empty.
    3. VO
      singulars
      1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload