This script displays a message as you can see above (try with IE6/7, example with fixed position). Hyperlinks to IE8/9 are only visible when updates possible (eg. no links to IE on Win2000). Translations are based on http://ie6.forteller.net. Feel free to link this script directly...
Usage
Just to generate the message:
<!--[if lte IE 6]>
<script type="text/javascript" charset="utf-8" src="http://www.joonis.de/shared/ie6update/ie6update.js"></script>
<[endif]-->
Same with fixed position:
<!--[if lte IE 6]>
<script type="text/javascript" charset="utf-8" src="http://www.joonis.de/shared/ie6update/ie6update.js?fixed=true"></script>
<[endif]-->
Be perky, show this message also to IE7 users:
<!--[if lte IE 7]>
<script type="text/javascript" charset="utf-8" src="http://www.joonis.de/shared/ie6update/ie6update.js"></script>
<[endif]-->