I want to make a counter that goes up randomly, not a counter that counts hits to a website just a counter that starts at 1 and then say after 5 seconds goes to 2 and then after 12 seconds goes to 3 and just randomly goes up. Any help is appreciated thanks.
The views expressed on this page by users and staff are their own, not those of NamePros.
Yes that I can put on a website to show users. Its just like the counter that was on the apple homepage that was going up showing how many apps were downloaded until they reached a billion downloads, which was fake. I need one just like that.
Look into using a Javascript timer to shoot off after a random amount of seconds then increase a number by 1 each time, it's really easy. You may want to use the setTimeout() function. with a random interval. And here's how to generate a random number: Generating a random number in JavaScript
Google won't find exact copy+paste code snippets for you. Sometimes you just have to program a little yourself.
There are so many free counters are there, that can be installed on each individual pages of the website too, to know the number of visitors in that particular page. Use it with Google analytics too to get very good results.