La copie de code est la suivante:
<html xmlns = "http://www.w3.org/1999/xhtml">
<adal>
<meta http-equiv = "content-type" content = "text / html; charset = gb2312" />
<Titre> 60 Rafraîchissez cette page </TITAL>
<script type = "text / javascript">
var t;
t = 60;
fonction shua ()
{
t = t-1;
document.getElementById ("Hints"). innerhtml = "Il y a toujours" + t + "secondes" avant le prochain temps de rafraîchissement;
if (t == 0)
{
document.location.reload ();
}
}
</cript>
</ head>
<corps onload = "window.setinterval (shua, 1000);">
<Nenter>
<font id = "hins" style = "couleur: bleu"> 60 secondes à gauche avant le prochain temps de rafraîchissement </font> <br/>
<Nenter>
</docy>
</html>