<script language="javascript"> //the page will be refreshed every 10 seconds.. //the function refresh is called every 10 secs set Timeout('refresh()',10000) function refresh() { //this line does the actual reloading of the page window.location.reload(); } </script>
In reply to Re: Using CGI.pm to auto refresh a web page
by crabbdean
in thread Using CGI.pm to auto refresh a web page
by Anonymous Monk
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |