![]()
![]()
Inte Tillgänligt
![]()
<script language="JavaScript">
browserVer=parseInt(navigator.appVersion);
browserName=navigator.appName;
if (browserName == "Microsoft Internet Explorer"){
if (browserVer=="2"){
location.href="ie3.html";
} else {
location.href="ie4.html";
}
} else if (browserName == "Netscape"){
if (browserVer=="4"){
location.href="nn4.html";
} else {
location.href="nn3.html";
}
} else {
location.href="other.html";
}
</script>
![]()
Scriptet Skickar Automatiskt Vidare Användaren
Till Den Sida Som Motsvarar Deras Browser.
Netscape Användare Skickas Till Sidan: nn4.html
Om De Har Version 4 Annars Skickas De Till Sidan: nn3.html
Internet Explorer Användare Skickas Till Sidan: ie4.html
Om De Har Version 4 Annars Skickas De Till: ie3.html
| För Webbläsare: |