共用方式為


Operation aborted errors when using Ajax tool kit

Hello there!

My name is Veena Karanam and I am an Escalation Engineer on the IE Support Team.  Here’s my first blog.  I hope that you find it informative and helpful!

If you’ve used Internet Explorer enough, you’ve probably had to deal with these “Operation aborted” errors popping up out of nowhere while browsing the web.  This topic has been discussed in the following blogs and Kb article:

https://blogs.msdn.com/ie/archive/2008/04/23/what-happened-to-operation-aborted.aspx

https://support.microsoft.com/default.aspx/kb/927917

Off late, I have seen this come up more frequently. And in almost all of these cases, this was happening due to an element which is getting created and appended in the Ajax Control Toolkit code. The code getting injected would look something like this:

<SCRIPT type=text/javascript></SCRIPT>
<INPUT id=hiddenInputToUpdateATBuffer_CommonToolkitScripts type=hidden
value=1></FORM></BODY></HTML>

NOTE: The Ajax toolkit is only supported via the forums located here.

The good news is that Internet Explorer 8 provides some relief by removing this “annoying” dialog. IE8 now incorporates a silent script error and no longer navigates away from the page – WHOO HOO!

Regards,

The IE Support Team