Solving “Internet Explorer cannot open the Internet site” Error
You may encounter an error “Internet Explorer cannot open the Internet site - Operation aborted” when trying to open a website that is running a Google API script or a Java Script. This may occur on lower versions of Internet Explorer and to the newly updated ones. This may be a server side or client side issue. So we are attaching here various solutions to solve “Internet Explorer cannot open the Internet site.”

Ways to Fix “Internet Explorer cannot open the Internet site”:
Modifying Script of Web site to Fix “Internet Explorer cannot open the Internet site”
On server side, it may occur when loading a page that is calling a JavaScript within a page. So to workaround with it, you may add defer=”defer” tag to your the script as shown below.
<script defer=”defer” type=”text/javascript” src=”src goes here”>/*your code here*/</script>
Configure Internet Explorer to Fix This Error:
1. Open Internet Explorer
2. Go to top menu, Tools > Internet Option
3. Select Security tab
4. Select the web content: Internet
5. Click the Custom Level.
6. Look for Active scripting and Scripting of Java applets and Disable them. Click OK to save the settings.

omar avila
Nov 25, 2010 @ 20:03:19
THANKS !!!
i was trying to fix this isseu in the internet explorer for a long time,,,
Kel
Jan 05, 2011 @ 23:51:30
Thank you.This has been driving me crazy for a while.Thank you!!!!!
Tahseen
Jan 24, 2011 @ 23:09:54
Thank you so much for this fix! This has been driving me crazy!
paul
Feb 09, 2011 @ 00:09:22
thank you
Sandy
Feb 22, 2011 @ 19:22:33
Thank you. You explained it all so nicely and not in jargon. Unfortunately, I did it all, and then I got the message that I must TURN ON the script…Any other ideas what I could do ? Please, help me.
Jay
Feb 27, 2011 @ 17:16:11
Works great but now YouTube doesn’t work.
Brett Noack
Mar 14, 2011 @ 01:48:29
A little short sited. This may allow the sites to open… but you cant use them any longer… So it’s not a fix at all!
Matt
Apr 24, 2011 @ 17:42:45
This is an absolute ridiculous “solution” to this issue. Disable all JavaScript? You might have well as said disable the internet.
ZYGMUNT
May 19, 2011 @ 05:59:53
Thank you.I was about to reinstall system.
Ian
Jun 21, 2011 @ 03:22:10
Finally fixed this problem. Thank you.
kati
Aug 20, 2011 @ 05:02:06
Thank you. finally this problem i can fixed.
Andrew
Aug 22, 2011 @ 06:06:23
THANK YOU SO MUCH, I LIKE UR STEPS ARE SO EASY TO FOLLOW UNLIKE OTHERS THERE SO COMPLICATED, THANKS AGAIN!!
srisuk
Aug 30, 2011 @ 09:02:25
Thank you very much. The solving step is easy to follow.
cosmin
Sep 08, 2011 @ 09:47:30
Hi,
Another way to solve this would be to add the javascript code as a child of the body tag.
This is recommended in case your script uses document.write, otherwise the document.write would redirect you.
Adrian
Sep 11, 2011 @ 14:05:12
Thank you very very very much!
nong jang
Sep 20, 2011 @ 05:22:58
Thanks a lot for this guide.
Ayla
Jun 15, 2012 @ 21:44:26
Thank you very, very much. I’m back online. Greatly appreciate your post.
Stacy
Jun 26, 2012 @ 04:53:46
I tried to turn on/off different options and add-ons but it didn’t work. This actually fixed the problem!! Thank you so much!!
steve
Jul 07, 2012 @ 14:22:59
THANKS
kapil
Nov 03, 2012 @ 06:05:46
Thank you very much
Ali
Nov 26, 2012 @ 13:58:07
thank so much
Mr B
Feb 06, 2013 @ 14:13:05
Yup…that did it ….many thanks !
MC
Apr 15, 2013 @ 12:02:38
appears to have worked for me too :o)
Nik
Apr 22, 2013 @ 19:06:50
Thank you very much