Friday, May 18th 2012, 4:00pm UTC+2
You are not logged in.
|
|
Javascript source code |
1 2 3 4 5 6 7 8 9 10 11 12 13 |
<html> <head> <script type="text/JavaScript"> <!-- function timedRefresh(timeoutPeriod) { setTimeout("location.reload(true);",timeoutPeriod); } // --> </script> </head> <body onload="javascript:timedRefresh(5000);"> </body> </html> |
, für weichere Refresh methoden musst du mal googeln, weil ich in JS auch ned so bewandert bin
This post has been edited 1 times, last edit by "DJ-Frechdax" (Sep 19th 2008, 7:55pm)
