how can i get numbers changing on html page even after page loads.
what i mean is i have a site where i want to show **users online** so after page loads, the numbers should change after specific milliseconds without refreshing the page , how can i do that ?
and can those numbers be from a range ? like from 700 to 990
in html or php or javascript anything will work.
-------------------------------------------------------------------------------------------
**update for those jumping in and saying use math rand, please read the question again.**
**you are not getting my question,**
i know i can generate random numbers but thats not what i want.
what i want is changing numbers ,
surfer comes to my site and he sees numbers changing on web page, much like animated gif image.
thanks Do you just want to show a random fake number, or actual users online ?
以上就是Changing Numbers even after page loads?的详细内容,更多请关注web前端其它相关文章!