Cette page est rafraîchie toutes les 15 secondes par la commande suivante:
<META HTTP-EQUIV="refresh" CONTENT="15">
Ou elle peut être rechargée à volonté par la commande suivante :
<A HREF="javascript:history.go(0)">Click to refresh the page</A>
Click to refresh the page
Voici le même effet par l'utilisation d'un bouton :
<FORM>
<INPUT TYPE="button" onClick="history.go(0)" VALUE="Rafraîchir">
</FORM>
Un autre moyen qui dit-on est plus sûr est d'utiliser l'URL :
<META HTTP-EQUIV="refresh" CONTENT="5; URL=http://www.richardlemay.com/HTML/Goodies/G204.html">
HTML Goodies