Browsera Göre Link

Ziyaretçinizin browser modeline göre farklı sayfalara gönderebileceğiniz bir link örneği.


<HEAD>..</HEAD> arasına eklenecek kod :



<SCRIPT LANGUAGE="JavaScript">
<!-- Hiding from other browsers

// Browser Detector (v. 1.0)
// Author: Jason Tschopp
// Email: tschopp@greenapple.com
// Url: http://www.greenapple.com/~tschopp/
// Notes: Permission is granted to anyone for use
// on the internet, provided this header stays with
// the script and this header stays in intact.

var name = navigator.appName

if (name == "Microsoft Internet Explorer")

url=("explorer.html");

else

url=("nestcape.html")

document.write('TIKLA');
// -->
</SCRIPT>