Prevent/Fix Operation Aborted Errors In IE

by Keith Dsouza | Translate | Print
Friday, 04th Sep 2009 | Share


Share Prevent/Fix Operation Aborted Errors In IE on Twitter Share Prevent/Fix Operation Aborted Errors In IE on Facebook Save Prevent/Fix Operation Aborted Errors In IE To Delicious Favorites Stumble Prevent/Fix Operation Aborted Errors In IE Share Prevent/Fix Operation Aborted Errors In IE on Digg Get Instant Updates as RSS Feeds from Techie Buzz

internet_explorer_operation_aborted

The screenshot above is the worst nightmare of any webmaster, it relates to improper JavaScript coding that prevents your site from loading in Internet Explorer.

And considering the Sitemeter debacle quite sometime back, which prevented users from visiting the site running sitemeter code because of a problem in their JavaScript code, it can be pretty annoying as you are still losing traffic for no fault of yours.

Many might say it is IE’s fault as other browsers handle JavaScript errors pretty well, however that is how it handles things, so we need to make sure that the JavaScript code does not have errors in the first place, I am saying this because I myself have made a mistake once and lost traffic from IE users, you can read more about that experience in my post Incomplete testing can lose you traffic.

To overcome this error, I had told you about some simple steps you can do on your end to avoid operation aborted errors, to add to that the IE blog today wrote a extensive tutorial that will help developers to avoid visitors from seeing the dreaded error on their websites.

The post is pretty detailed and talks about possible scenarios the error will occur in and the steps you can take to debug your code to track such errors.

Definitely useful considering the fact that IE still holds a considerable share in the browser market, so no matter whether you love it or hate it, you still have to code for it.

Preventing Operation Aborted Scenarios [IE Blog]



Share

3 Responses so far | Share Your Opinions!

  1. Frank
    September 4th, 2009 at 3:33 pm #

    A site I’m building does not do this directly, but we have links that when clicked call JS that modifies the DOM. If the page hasn’t fully loaded and a user clicks one of these links, we see this error.

    Any ideas on how to prevent users from clicking the link before the page has fully loaded?

    Reply to this comment

    Keith Dsouza Reply:

    @Frank you can disable links until page loads by using some JQuery tricks, here is a discussion concerning disabling links using JQuery http://stackoverflow.com/questions/586024/disabling-links-with-jquery

    Reply to this comment

  2. Essays
    September 5th, 2009 at 12:46 pm #

    I have downloaded IE 8. It works well. But it made my system a bit slower. Chrome is fast.

    Reply to this comment

Leave a Comment

Note: We discourage users from using keywords in their names while posting comments, most of them get caught by spam, also it really would be more fruitful in knowing people who comment by their real name, rather than by using a name no one relates to. In future we reserve the right to delete comments from users using a name other than their own.

XHTML: You can use these tags: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>