Ich hoffe auch wenn ich nicht the0bone bin das ich dir helfen konnte.PHP-Code:<SCRIPT LANGUAGE="JavaScript">
var breite = screen.width;
if (breite >= 1280)
window.location.href="groß.html";
else
if (breite >= 1024)
window.location.href="mittel.html";
else
if (breite <= 800)
window.location.href="klein.html";
</script>


LinkBack URL
About LinkBacks
Zitieren
(muss ich auch mal drücken)