teammatt3
06-28-2003, 10:23 PM
I want a script that refreshes a page every few seconds so I can make a really basic chat room:)
|
Click to See Complete Forum and Search --> : auto refresh teammatt3 06-28-2003, 10:23 PM I want a script that refreshes a page every few seconds so I can make a really basic chat room:) Jona 06-28-2003, 10:26 PM <script type="text/javascript"> <!-- window.setTimeout("location.reload()", 5000); // 5 seconds //--> </script> [J]ona teammatt3 06-28-2003, 10:27 PM THANKS:) pyro 06-28-2003, 10:36 PM Or, the non javascript way: <meta http-equiv="refresh" content="5;url=yourpage.htm"> webdeveloper.com
Copyright Internet.com Inc., All Rights Reserved. |