Diese Seite wird alle drei Minuten neu geladen.
[Beschreibung]
Das Script dazu, die aktuelle Seite in vorbestimmten Zeitintervallen zu reloaden.
[Kompatibilität]
[Code]
<script type="text/javascript"> <!-- Begin /* Created by: Lee Underwood Because this is a true refresh, you might want to put a notice on the page that it refreshes every "X" minutes */ function reFresh() { location.reload(true) } /* Set the number below to the amount of delay, in milliseconds, you want between page reloads: 1 minute = 60000 milliseconds. */ window.setInterval("reFresh()",300000); // End --> </script>
Lee Underwood
Kopieren Sie bitte den Code