Page 1 of 1

Browser Entry

Posted: Fri Dec 24, 2004 7:47 am
by coco
If you maintain a different page for Internet Explorer and another for Netscape browsers, you should use this script. Quite simply, it sends the right browser to the right browser optimised page.

<!-- ONE STEP TO INSTALL BROWSER-SPECIFIC ENTRY:

1. Paste the coding into the BODY of your HTML **** -->



<body>

<script language="JavaScript" type='text/javascript'>
<!-- Begin
var name = navigator.appName
if (name == "Microsoft Internet Explorer")
url=("http://www.8sky.info/ie.html");
else
url=("http://www.8sky.info/netscape.html")
window.location=url

// End -->
</script>

</body>

Posted: Fri Jul 22, 2005 7:41 pm
by planetpixel
wow! thats dead handy! amazing..thanks so much for sharing, ull be using this alot

Posted: Tue Jul 26, 2005 8:45 am
by Lixas
its nice, simple and usefull jscripts. Thanks

Posted: Fri Feb 24, 2006 9:03 am
by kaos_frack
that's not the best way because it can be changed
have you ever seen something like
"identify as opera/ie/netscape" in preferences