Jigger
New member
was ist daran bitte falsch?!?!
<HTML>
<HEAD>
<Title>
Happy Birthday
</Title>
<script language="JavaScript">
<!--
if (screen.width==1152)
{
location.href=1152.htm;
}
else if (screen.width==1024)
{
location.href=1024.htm;
}
else if (screen.width==800)
{
location.href=800.htm;
}
else if (screen.width==640)
{
location.href=640.htm;
}
//-->
</script>
</HEAD>
</HTML>
<HTML>
<HEAD>
<Title>
Happy Birthday
</Title>
<script language="JavaScript">
<!--
if (screen.width==1152)
{
location.href=1152.htm;
}
else if (screen.width==1024)
{
location.href=1024.htm;
}
else if (screen.width==800)
{
location.href=800.htm;
}
else if (screen.width==640)
{
location.href=640.htm;
}
//-->
</script>
</HEAD>
</HTML>