Click to See Complete Forum and Search --> : visitor counter


Sonia
07-27-2003, 08:53 AM
I want to create a visitor counter using only JavaScript and not a server side language. Is it possible? If yes can u send me the code plz

CrazyGaz
07-27-2003, 09:50 AM
as far as I am aware it isn't possible in a client-side language (Javascript)

Gaz

Sonia
07-27-2003, 10:41 AM
Even if u use cookies to do it?

Charles
07-27-2003, 10:59 AM
You can use cookies, but only if you have only one visitor.

Sonia
07-27-2003, 01:03 PM
Only if I have one visitor!!
Then the visitor counter is useless. There is no other way?