Anti-Micro$oft AssociationStop Internet Explorer Usage


This is a JavaScript which can be placed on any web page that will redirect Internet Explorer users to a friendly message explaining why they should not be using Internet Explorer, what alternatives there are, and links to download them.

Simply insert this text somewhere between <HEAD> and </HEAD> in your page's HTML.

<SCRIPT LANGUAGE = "JavaScript">
<!--
if (navigator.appName=='Microsoft Internet Explorer')
{myWindow=window.open();
myWindow.location.href="http://users.aol.com/machcu/stopie.html"}
//-->
</SCRIPT>

You can test out the way this script works with any JavaScript-enabled browser by clicking here.


Copyright © 1998 David Schneider-Joseph

We invite all feedback.

Last Update: March 1, 1998