Dilbert: Bildschirmauflösung

Beitrag lesen

Hallo,

Hi,

so tut's:

<SCRIPT type="text/javascript">
<!--
scre=screen.width;
if (scre == "1280") location.href="home_1280.htm";
else if (scre == "1152") location.href="home_1152.htm";
else if (scre == "1024") location.href="home_1024.htm";
else if (scre == "800") location.href="home_800.htm";
//-->
</SCRIPT>

Danke,

Bernhard.

Bitte, Gruß

Dilbert