Adding timeout to reload page.

This commit is contained in:
mcafee%netscape.com 2000-09-27 20:44:55 +00:00
Родитель 152e6f96ad
Коммит 2c235147de
1 изменённых файлов: 3 добавлений и 0 удалений

Просмотреть файл

@ -11,6 +11,9 @@
<script>
// Use JavaScript to refresh the page every 15 minutes
setTimeout('location.reload()',900000);
// For 3.0?
var noDHTML = false;
if (parseInt(navigator.appVersion) < 4) {