Salin kode kode sebagai berikut:
<html xmlns = "http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv = "konten-tipe" content = "text /html; charset = gb2312" />
<title> 60 Refresh Halaman ini </iteme>
<type skrip = "Teks/JavaScript">
var t;
t = 60;
fungsi shua ()
{{
t = t-1;
document.geteLementById ("hints"). innerHtml = "Masih ada"+t+"detik" sebelum waktu penyegaran berikutnya;
if (t == 0)
{{
document.location.reload ();
}
}
</script>
</head>
<body onload = "window.setInterval (shua, 1000);">
<senter>
<font id = "hints" style = "color: blue"> 60 detik tersisa sebelum waktu refresh berikutnya </font> <br/>
<senter>
</body>
</html>