se devi fare un refresh di una pagina, puoi usare questo (html):
<META HTTP-EQUIV=refresh CONTENT="10;URL=http://www.pagina.html">
dove 10 è il tempo in secondi.
se vuoi usare js si fa:
nome = setTimeout('cosaVuoiFare', tempoInMillisec)
se devi fare un refresh di una pagina, puoi usare questo (html):
<META HTTP-EQUIV=refresh CONTENT="10;URL=http://www.pagina.html">
dove 10 è il tempo in secondi.
se vuoi usare js si fa:
nome = setTimeout('cosaVuoiFare', tempoInMillisec)