Hallo Michael,
Hallo
Es geht nicht. "nicht" fehlte. pardon
<script language="JavaScript">
function neu() {
window.location.replace('naechsteSeite.htm');
SetTimeout("neu()", 20000);
}
</script>
</head>
<body onload="setTimeout('neu()', 20000)">
nur location.replace('naechsteSeite.htm');
ohne window geht auch nicht.
Michael