hallo.
irgendwo muss ein fehler stecken, da immer 1024 angezeigt wird
Code:
<script language="JavaScript">
<!--
function Aufloesung()
{
if(screen.width = 1024)
window.location.href = "hp_1024.htm"
else if(screen.width = 800)
window.location.href = "hp_800.htm"
else if(screen.width = 1280)
window.location.href = "hp_1280.htm"
else
window.location.href = "hp_1024.htm"
}
// -->
</script>
kann mir jemand sagen, was geändert werden muss damits funzt?
thx