Thread
:
How to refresh an include js file every 10 seconds?
View Single Post
#
2
11-28-2007, 10:12 PM
GDevakii
D-Web Sr.Programmer
Join Date: Aug 2007
Posts: 125
Re: How to refresh an include js file every 10 seconds?
<script language="JavaScript">
setTimeout('location.reload(true)',10000);
document.write("Reloading from server");
</script>
GDevakii
View Public Profile
Send a private message to GDevakii
Find all posts by GDevakii