Thomas Meinike: Seiteninhalt automatisch zu bestimmtem Datum wechseln?

Beitrag lesen

Hallo,

Wo im Quellcode muß denn der Befehl hin?

...
<head>
<title>Test by TM 07/02</title>
<script language="JavaScript" type="text/javascript">
<!--

var heute, test, ziel;
heute=new Date();
test=new Date(heute.getFullYear(),heute.getMonth(),heute.getDate());
ziel=new Date(2002,6,27);
if(test-ziel==0)location.replace("270702.htm");

//-->
</script>
</head>
...

MfG, Thomas