Hallo Gunther,
wie baue ich das
----------------------------------------
(var NS=(window.atob) ? "NS7" : "NS6";
----------------------------------------
in das Script ein?
Bin wirklich für jede Hilfe dankbar!
THX
Markus
Hier noch mal mein Script:
switch(navigator.appName)
{
case "Microsof Internet Explorer":
document.location.href="index.html";
break;
case "Netscape":
document.location.href="index_2.html";
break;
case "Opera":
document.location.href="index_2.html";
break;
default:
break;
-->