I am able to find the cursor position. But I need to find out if the mouse is stable. If the mouse wasn\'t moved for more than 1 minute, then we have to alert the user.
You can use the onmousemove event. Inside it, clearTimeout(), and setTimeout(your_warning, 1 minute).