Забрана за влизане в сайта през ИЕ

aquafresh

Registered
Как да спра достъпа в сайта през експлорър ,че тоя тъп браузър ме нерви :mad:
 
http://www.anyexample.com/programming/php/how_to_detect_internet_explorer_with_php.xml
http://www.dynamicdrive.com/forums/showthread.php?t=36190
 
Код:
<script type="text/javascript">
 if(/msie/.test( userAgent ) && !window.opera) window.location = "noIEPage.html";
</script>
 
Моя грешка.
<script type="text/javascript">
if(/msie/.test( navigator.userAgent.toLowerCase() ) && !window.opera) window.location = "noIEPage.html";
</script>
 

Горе