[Umleitung II]

Mit diesem Skript leitet man den Besucher jeweils auf eine für seine Bildschirmauflösung abgestimmte Seite um.

[zwischen <HEAD> und </HEAD>]

<script language="JavaScript">
<!--
scre = screen.width;
if (scre == "1280")location.href="1280.html";
else if (scre == "1024")location.href="1024.html";
else if (scre == "800")location.href="800.html";
else if (scre == "640")location.href="640.html";
//-->
</SCRIPT>

[Autor]

??

[Download]

bitte kopieren Sie den Quelltext


Copyright © 1998- Nightfire Webworker Archiv Script No: 0337