Click here to Skip to main content
15,921,793 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
hai everybody,
i am vimal and i am a freelancer.my client told me to display no of visitors of his website and i want to do that in javascript.can anyone tell me how to do it in javascript or give me links of website from where i could learn how to do it.thank you in advance and god bless you
Posted
Comments
Abhishek Pant 7-Jul-13 2:58am    
You can use these Page Hit Counter code/script[^] for unique hits counters.

1 solution

Javascript of course is only the front end of any such application, it has to have a DB that stores the data of previous hit counters etc.

See e.g.:
quick-counter.net/[^]

See also how to load jquery hit counter in asp.net c# for visitors counter[^]
and Site-counter-in-aspnet C# & JS[^]

Good luck,
Edo
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900