Tagged Questions

1
vote
2answers
403 views

Are there any pre-built Javascripts for checking keyboard/mouse activity?

I need a Javascript which monitors keyboard and mouse events to track how much time a user spends on the page. Specifically, actively using the page by typing, or moving/clicking with the mouse. ...
0
votes
2answers
51 views

Track time of external Framebuster Form

I wanted to track how long users take to fill in a external Form. I tried to load the external Form within an Iframe and track the time of the wrapper page using body.onload and body.onunload. But ...