Forum Moderators: open
Any ideas on the code to do this?
Thanks.
This might help you. All you do is add a setTimeInterval, just google that function and find out how to use it, then use it to call the AJAX function every interval.
It makes a loop.
You can also make a for() loop and loop the AJAX() function.