I encountered an interesting IE bug/feature today worth mentioning: When running a page, I received the error message "Internet Explorer cannot open the Internet site, Operation aborted." This perplexed me largely because the page seemed to load, and behaved very kindly in Firefox.

The problem was a single offending line of JavaScript:

document.body.appendChild(someElement);

This line was positioned within the body tag, so it would execute before IE finished rendering the body. Instead of saying "You cannot use script to add to the body tag until the page is fully loaded," the browser provided the cryptic "Operation aborted" message.

I hope this helps. 

 


 
Categories: Internet Explorer | JavaScript

October 13, 2007
@ 12:58 PM

Today, my computer got a cold. It was a brutal virus that took some doing to fix. My gratitute to the folks who publish great tools such as Spybot Search & Destroy, AdAware, and Hijack This. These tools really saved my bacon.

Everything seems fine now, but I do think I'll reload the OS anyway. It's nice to feel clean, and its horrid to be unsure if it is really gone. Sigh. Well, here goes...


 
Categories: Misc