PDA

View Full Version : clientside hit counter


jasbirboora
03-21-2009, 03:12 AM
hey folks,
I have static side and not using any server side language. I am looking for client side hit counter with the help of xslt. it should work on the server cookies not local.

any help friends...

JB

eri
03-21-2009, 09:52 PM
While it is possible to *read* a file from the server using client side scripting, how are you planning on incrementing the counter on the server side? That would be relevant to the solution as a hit counter is rather useless unless it is being incremented.

--Eri