I just found this:
How to Fix ?Internet Explorer Cannot Open the Internet Site- Operation Aborted? Error
This error shows up when the page loads (or tries to load). There are many scenarios that can cause this error which occurs in IE. Microsoft has even issued a patch for solving it.
This error is being caused by calling a piece of Javascript within a page (after the tag). Adding the defer=?defer? tag to the script quickly resolves the issue.
view sourceprint?1 <script defer="defer" type="text/javascript" src="src goes here">/*code goes here*/</script>
Hope this helps someone!
I did a google search and came up with this here:
http://www.richardcastera.com/2009/0...aborted-error/
I don't know how to institute this or even if it will fix it...