English flagItalian flagKorean flagChinese (Simplified) flagChinese (Traditional) flagPortuguese flagGerman flagFrench flagSpanish flagJapanese flagArabic flagRussian flagGreek flagDutch flagHebrew flag 
By N2H
RSS Twitter Stumble Digg Delicious

Fix “Internet Explorer Cannot Open the Internet Site. Operation Aborted” – How To



Today, I want to share a problem, plus its solution, sometimes faced by readers who use Internet Explorer (IE), while browsing the web.  Recently, I too was having the same kind of problem when I tried to visit my blog in Internet Explorer.

Therefore, I thought to share my experiences with my valued readers. If any one of you is facing the same problem, while loading a page of your blog, try following, what I have learned a few days back.

Let me first elaborate the situation to you. You are trying to open a web-page, the web page loads for a few moments and suddenly you see a pop up message “Internet Explorer Cannot Open the Internet Site Operation Aborted”, click “OK” and partially loaded page turns to “page cannot be displayed…”.


Now, if you open the same page on another browser like Firefox, Safari and Chorme; that page will load just fine and no error will be displayed on the screen. I had already encountered such errors on numerous websites while stumbling through the web and thought it was bad coding and moved on to other website.

When the same problem started appearing on my blog, and I could not open any page in Internet Explorer. On the other hand worked fine in Firefox or other browsers. I thought to my self that something terrible had happened to my blog or I somehow messed up with the code.

Therefore, I Googled in search for this dreaded error and read some good amount of documentation on a number of websites I thus was able to figure out the cause of error. This is basically issue with Internet Explorer not able to read ‘Javascript code’ on your website. It is more to do with the placement of that Javascript code.

How did I fixed the Error?:

  • I Carefully removed all Javascript codes of Feedburner, Adsense, or any other.
  • Then added Javascript code one by one and checked for the error.
  • Woillah! I found it was my Kontera Javascript Ad code causing issue.

Since, this code was placed at the bottom of the template. I deleted the code and did not get the message. Now I was sure that this error was caused by the wrong placement of the code and not the code causing the problem.

I then placed the code just above the end of the body tag and that dread error was finally resolved. So if you are dealing with same error, try to play around with the placement of Javascript code in the template and issue should be fixed. And i bet its the Kontera Code and non other, which makes such a fuss and displays the error.

Another funny option to this problem is to “STOP USING Internet Explorer”. Easier said than done, still lots of people use IE, around 10% of my visitors use IE and they will not able to access my website. So this error had to be dealt with!

Do let me know If it worked for you or not. Questions are welcomed.

buy themes from templatic

Filed Under: How To
Tagged: :
RSS Twitter Stumble Digg Delicious


Related Posts

6 Comments and Counting...

[...] Go to the author’s original blog: Fix “Internet Explorer Cannot Open the Internet Site. Operation … [...]

Steve on January 28th, 2009 at 12:39 am

I was working on some JavaScript to simply display a “Last Updated” date/time and ran into the same problem. In my case, I had the following in the body:

Then, the JavaScript set the innerHTML with the proper date/time. By replacing it with:

it cleared up the problem. Ridiculous, but it works.

Eric on May 21st, 2009 at 6:15 pm

I have the same problem and I also think Kontera causing the problem.

But I has placed the code above the end of the body tag, the problem is all the same. Why?

Richard on July 9th, 2009 at 11:35 pm

Another solution to the problem is that you stop being such a condescending prick.

Paul on September 6th, 2009 at 7:21 pm

Hello. Thank you very much for your advise.
I could do nothing so far with Java, Kontera Javascript, etc, on my blog because my knowledge of IT is practically nil.
However, following your advise, I downloaded FIREFOX, and the problem is resolved! Now I cn open my blog site without any problem.
Thank you very much for your generous help!! I really apreciate it !!
Bye for now

Musab Zain on September 6th, 2009 at 8:05 pm

Glad to help you out!

Post a Comment