Help Kill IE6
My buddy Joe sent this to me today, and I promptly added the code snippet to my website. IE6 Update looks like IE’s Information Bar, but instead of offering your visitors an ActiveX plugin, it offers a browser update. Even if it doesn’t bleed, someday IE6 will die.
Here is all you need to get it going. Just add the following snippet before your closing body tag:
<!--[if IE 6]> <script type="text/javascript"> /*Load jQuery if not already loaded*/ if(typeof jQuery == 'undefined'){ document.write("<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js"></"+"script>"); var __noconflict = true; } var IE6UPDATE_OPTIONS = { icons_path: "http://static.ie6update.com/hosted/ie6update/images/" } </script> <script type="text/javascript" src="http://static.ie6update.com/hosted/ie6update/ie6update.js"></script> <![endif]-->
Comments (2)
Leave a Reply
Thanks for supporting IE6 Update, we really appreciate it!
It would be really cool if IE6 could actually bleed… Let us know if you find a way to make that happen. 😀
Link to commentNo problem Nick, thanks for setting this cool snippet up. I’ll work on the bleeding thing as best I can.
Link to comment