Internet Explorer cannot open the Internet site. Operation aborted.
Just got hit with this error:
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).
About mystic
Mystic is located in Southern California,
we are a dedicated team of magic makers for your
organizations needs. We can take your needs and
turn them into the solution that fits perfectly
for your company.
Learn More
Categories
- Apple (3)
- Java (9)
- Technology (3)
Archive
- March 2007 (2)
- September 2006 (1)
- August 2006 (2)
- April 2006 (1)
- March 2006 (1)
- February 2006 (1)
- January 2006 (3)

Write a comment