<!--REDIRECT AS PER BROWSER--> <!-- This goes in the HEAD of the html file --> <script language="JavaScript" type="text/javascript"> <!-- Copyright 2001, Sandeep Gangadharan --> <!-- For more free scripts go to http://sivamdesign.com/scripts/ --> <!-- if (navigator.userAgent.indexOf('Netscape') != -1) { location.href="netscape.html"; } if (navigator.appName == "Microsoft Internet Explorer") { location.href="explorer.html"; } if (navigator.appName == "Opera") { location.href="opera.html"; } if (navigator.userAgent.indexOf('Firefox') != -1) { location.href="firefox.html"; } //--> </script> <!-- Just change the URLs in the script to suit your needs. The script should be typed into the file that will be the default page. Ex.: if you will be adding the script to the page viewed by IE users, get rid of the second line in the script. -->