thnx!
genau das war die lösung!!
nur der vollständigkeit halber:
den onload befehl im body kann ich jetzt weglassen, oder?
cya
d:-) Benny
Servus,
Haaaaaaallo!
^^^^^^
ztztztztzt, so sinnlose Byte-Verschwendung ;)
<script LANGUAGE="JavaScript">
<!-- Begin
var browser=navigator.appName;
var version=navigator.appVersion;
var ver=version.substring(0,1);
if ((browser == "Netscape") && (ver <= 4)) { itsNetscape() } else { redirectPage() }
function itsNetscape()
{
window.location.href = "keinNN.html"
}
function redirectPage() {
var url800x600 = "sorry.html";
var url1024x768 = "index1.html";
var urlfalsch = "index1.html";
if ((screen.width == 800) && (screen.height == 600))
window.location.href= url800x600;
else if ((screen.width == 1024) && (screen.height == 768))
window.location.href= url1024x768;
else window.location.href= urlfalsch;
}
// End -->
</script>
<body>...</body> usw.
Soo, bidde schön!
Bis dann...
Alex :)