selektierte seitenauswahl aufgrund der auflösung
JavaScript:
-
<script language="JavaScript1.2">
-
<!--
-
if (screen.width==800||screen.height==600)
-
window.location.replace("http://www.domain.de/index800.html")
-
else if (screen.width==640||screen.height==480)
-
window.location.replace("http://www.domain.de/index640.html")
-
else if (screen.width==1024||screen.height==768)
-
window.location.replace("http://www.domain.de/index1024.html")
-
else if (screen.width==1280||screen.height==1024)
-
window.location.replace("http://www.domain.de/index1280.html")
-
else
-
window.location.replace("http://www.domain.de/indexHigh.html")
-
//-->
-
</script>
-
-
//nach gewisser zeit schließen
-
-
<script LANGUAGE="JavaScript">setTimeout("self.close();",
-
400);</script>
-
-
//auf dropdown menu bild anzeigen
-
-
<select size="1" name="icons"
-
onchange="document.icon.src=this.options[this.options.selectedIndex].value+'.gi
-
f';">
-
<option selected value="kein">kein</option>
-
-
<img name="icon"src="kein.gif" width="33" height="33"
-
border="0">
Einen Kommentar hinterlassen