i need some help to do a little thing her! imagine that i have 5 javascript files and i every hour i wold run 1 script for 15 minutes.
the selection of the script should be random...
Why not set up some sort of cron job to run every 15 minutes that times out after 15 minutes and randomly select a JS file to run? Sounds like exactly what you need.
There are some free web based cron job sites out there too, just do a search. Create a url that randomly selects the JS file (or pages with the JS) to pick one at random.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.