I know this webapp exists, but can't recall it's name; basically, it allowed webmasters to see their visitor's actions -including mouse movement, clicks, text entering, etc- in realtime. Anyone remembers?
Thanks
|
I know this webapp exists, but can't recall it's name; basically, it allowed webmasters to see their visitor's actions -including mouse movement, clicks, text entering, etc- in realtime. Anyone remembers? Thanks |
|||
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or specific expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, see the FAQ for guidance.
|
What about FoxMetrics?
|
|||
|
|
onkeypress(keypress) oronkeyup(keyup) event and then decode the key code server-side. – Alex Oct 26 '12 at 4:37