Och Cheater, als du mir geholfen hast, dachte ich du hättest n Scheisstag, aber bist du immer so drauf?
Also:
<SCRIPT LANGUAGE="JavaScript">
function umleitung()
{
if (navigator.appName=="Microsoft Internet Explorer")
{
top.location.href = "index_ie.html"
}
if (navigator.appName=="Netscape")
{
top.location.href = "index_netscape.html"
}
}
</SCRIPT>
So sollte es funzen.