Hello,
I would like to find out if anyone has setup a page to track if a page has been idle for a set amount of time. The timer would need to reset anytime something was done on the page. I have done this kind of thing with a windows application by watching the idle event, and by monitoring the root message loop. I am not as familar with the JavaScript event manager to know where to attach the event watcher to cover all events without setting it to happen on all objects. This seems a bit much.
Thanks,
Leo Smith
Programmer/Analyst Supervisor
I would like to find out if anyone has setup a page to track if a page has been idle for a set amount of time. The timer would need to reset anytime something was done on the page. I have done this kind of thing with a windows application by watching the idle event, and by monitoring the root message loop. I am not as familar with the JavaScript event manager to know where to attach the event watcher to cover all events without setting it to happen on all objects. This seems a bit much.
Thanks,
Leo Smith
Programmer/Analyst Supervisor
Comment