so?
Zitat:
<font class="stn">Ihre Bilschirmauflösung beträgt : <font class="stn">
<script>
document.write(screen.width + " x " + screen.height)
</script>
|
bzw. die Weiterleitung
Zitat:
<script language="javascript">
var breite = screen.width;
var aufl =(((!(640-breite))*1)
+((!(800-breite))*2)
+((!(1024-breite))*3)
+((!(1152-breite))*4)
+((!(1280-breite))*5)
+((!(1600-breite))*6));
if(!(aufl)) aufl = 1;
if (aufl=="1")
{
window.location="./640x480.html";
}
if (aufl=="2")
{
window.location="./800x600.html";
}
if (aufl=="3")
{
window.location="./1024x768.html";
}
if (aufl=="4")
{
window.location="./1152x864.html";
}
if (aufl !="1" && aufl !="2" && aufl!="3" && aufl!="4")
{
window.location="./index.html";
}
</script>
|
____________________________________
Wenn die Bierwirtin ein minderwertiges, dem Getreidepreis nicht entsprechendes Bier verkauft, soll sie überführt und alsdann im Flusse ertränkt werden.
Hamurabi, 1768-1686 v. Chr.
|