nebo

Do sekce <BODY> umístěte:

<head>
<meta http-equiv="refresh" content="10; url=soubor.html">
</head>

nebo

<script>
function redirect()
{
document.location.href = "soubor.html";
}
</script>