Forum Moderators: open
I have this script in my page that displays a counter:
<script language="javascript" src="http://.../counter.php?user_counter=12345">
</script>
I would like the counter to refresh automatically, say every 60 seconds. Right now I need to refresh the whole page to achieve this. How can I modify this line of code to achieve the same result?
Thank you very mucg for your help!
Roberto