Does anyone know of a really good javascript event (i.e. onclick) counter that stores the count in a unique file?
I need one that I can invoke from either html or a javascript routine, that reads a file, increments the count, and stores the new count back in the file, and not interfere with the operation of the html code.
I've tried gcount, but it takes the focus away from the html page while it's doing its thing.
The counter doesn't necessarily have to be javascript, itself, although, that would be nice.
Thanks,
BK



Reply With Quote

Bookmarks