Browser Detection and Redirection Script

Use this script to redirect Internet Explorer users to a different location on your site or to a another site all together.

Simply replace “URL of the redirection page” with a URL of your choice.

<script language=’Javascript’ type=’text/Javascript’>
if ((navigator.appName==”Microsoft Internet Explorer”) || (navigator.appName==”Netscape”))
{
if (navigator.appName==”Microsoft Internet Explorer”)
window.location = “URL of the redirection page”;
else window.location = “URL of the redirection page”;
}
else window.location = “URL of the redirection page”;
</script>
Tweet This Post

SocialTwist Tell-a-Friend

1 Star2 Stars3 Stars4 Stars5 Stars (No Ratings Yet)
Loading ... Loading ...

blog comments powered by Disqus

Free Email Subscription

Poll

21 Free Random Links

Have a new site and want to show off and get linked? Send us an email and we'll link it here for free.