codice:
<script language="javascript">
function vai_a() {
document.location.href="pagina.php";
}
setTimeout("vai_a()", 2000);
</script>