Internet Explorer cannot open the Internet site. Operation aborted.

March 20th, 2007

Just got hit with this error:

Picture 1-1

And regrettably I spent a lot of time searching through Javascript in mootools javascript, and the small 2 lines of javascript Wicket adds to the page. Finally, I decided to actually google the error (which I should have done immediately).

Low and behold, because I was inlining some Javascript for the mootools Tip plugin, Internet Explorer 6 and 7 were upset because I hadn’t given them the chance to render the entire HTML yet. Easy enough to fix, and actually cleans up the code real nice, was to either add it to the body onload, or use javascript. In my case I used mootools goodness:

window.addEvent(’domready’, Site.start);

Gotta love Google. You can also check this site for some tips on avoiding the problem in the future (especially with GMaps).

Share this:
  • Digg
  • DZone
  • Facebook
  • Technorati
  • LinkedIn
  • del.icio.us
  • Google
  • E-mail this story to a friend!
  • TwitThis


RELATED POSTS

About the Author

Andrew Lombardi is one of a new breed of businessmen: the enlightened entrepreneur. He has been writing code since he was a 5-year old, sitting at his dad’s knee at their Apple II computer. Having such a deep affinity for the computer model, it is no surprise that at the age of 17 he began to delve deeply into the inner workings of the human mind. He became a student of Neuro Linguistic Programming and other mind technologies, and then went on to study metaphysics. He is certified as an NLP Trainer, Master Hypnotherapist and Time Line Therapy practitioner. Using all of his accumulated skills, at the age of 24, Andrew began his consulting business, Mystic Coders, LLC. Since the inception of Mystic in 2000, Andrew has been building the business and studying finance and economics as he stays on the cutting edge of computer technology. Andrew is married and lives in Santa Ana, CA with his family.

kinabalu web , ,

9 Comments »

  1. Hi,

    Can you please send me the code example of where “window.addEvent(’domready’, Site.start);” line is is included.

    Thank you.
    John.

    Comment by John MarshallNo Gravatar — January 3, 2009 @ 10:47 pm

  2. Thank you, thank you! I search for quite a while trying to find the answer to this. In my case I had blocks sprinkled throughout the page. I all the javascript code into a function and that did the trick!

    Anthony

    Comment by AnthonyNo Gravatar — January 16, 2009 @ 3:46 pm

  3. can someone please tell me how to place in these codes. This has never happened to me before and I’m so confused. Please help :] I have not a clue what to do with these codes.

    Comment by BrianaNo Gravatar — February 24, 2009 @ 7:57 pm

  4. am having problem opening applications on face book and hi 5. my explora keeps on cutting off when it starts opening

    Comment by reyNo Gravatar — March 11, 2009 @ 3:28 am

  5. Can someone help by telling us where and how we are supposed to add the code :

    “window.addEvent(’domready’, Site.start);”

    many thx

    Comment by vanniNo Gravatar — March 30, 2009 @ 9:19 pm

  6. Mr. Lombardi … can you please update us on how we can fix this vexing problem? we need some examples of implementing the script … thanks

    Comment by vanniNo Gravatar — April 12, 2009 @ 1:30 pm

  7. @vanni
    vanni, the fix was to modify how we were implementing some of our dynamic code to get loaded only when the dom was ready. That script would be put in between script tags like normal

    Comment by Andrew LombardiNo Gravatar — April 18, 2009 @ 9:09 am

  8. I’ve had this error message (and went nuts), but I cracked (not my head) the code, just in time.

    This is what I did –> http://zeebigtourist.blogspot.com/2009/06/internet-explorer-cannot-open-internet.html

    Thanks for all the helpful info.

    ZeeBigTourist

    Comment by ZeeBigTouristNo Gravatar — June 14, 2009 @ 6:04 pm

RSS feed for comments on this post. TrackBack URL

Leave a comment




SEND US AN INQUIRY:

Share this:
  • Digg
  • DZone
  • Facebook
  • Technorati
  • LinkedIn
  • del.icio.us
  • Google
  • E-mail this story to a friend!
  • TwitThis