AUTHOR: Open source TYPE: Free BROWSERS: IE 4+, IE 5+, IE 6+, NS 4+,
Other
The first script will redirect to the appropriate page after
detecting for IE4+ or NS4+ else it will default to the page you've made for any
browser. The second script will redirect after detecting for IE or NS (no
version check) else will default to the page for any browser. The third redirect tag will redirect after the designated time.
BROWSER DETECT AND REDIRECT
1) Insert the following script
between the </HEAD> and <BODY> tag. Modify
the urls to match your redirect pages.
BROWSER DETECT AND REDIRECT SIMPLIFIED
1) For a simple redirect of your page, paste following script inside the
<HEAD> section of your page.
SCREEN SIZE REDIRECT
1) To redirect visitors based on their screen size, paste following
script inside the <HEAD> section of your page.
SIMPLE REDIRECT
1) For a simple redirect of your page, paste following tag inside the
<HEAD> section of your page.
The value "5" represents the amount of seconds you wish to
wait before redirecting. URL is the url you wish to jump to.