Internet Explorer 6 Update Warning

There still are users who browse the Internet with the outdated Internet Explorer 6 browser..

Here’s a very useful tool to block this browser from showing your website’s content and force them to update.

The script prevents access to the site but the webpage is still visible in the background.
You can find/download the script at Google Code

Adding this script to your site is made by a single line of code:

<!--[if lte IE 6]><script src="js/ie6/warning.js"></script><script>window.onload=function(){e("js/ie6/")}</script><![endif]-->

If you don't want to download or can't host this script, I can host it for you. In this case, here's the line of code for that:

<!--[if lte IE 6]><script src="http://files.cristianiacobanu.com/ie6_warning/warning.js"></script><script>window.onload=function(){e("http://files.cristianiacobanu.com/ie6_warning/")}, window.onscroll=function(){window.scrollTo(0,0)}</script><![endif]-->

I've disabled the scrolling because the original script blocks access to the loaded page but upon loading the whole page users can still scroll down.