I have read a very good topic using the jquery and utilizing the Yahoo UI controls to check if the user is idle within specific duration of time.
The topic link is
http://www.paulirish.com/2009/jquery-idletimer-plugin/ under the title
"jQuery idleTimer Plugin"
However, I didn't know how can I deploy it inside my aspx pages.
Suppose I have the page IdleOrActivePage.aspx and I want to apply the mentioned link in order to, for example, refer the user to a specific page if the user continue idle for 10 minutes. Thus, I would highly appreciate to know:
1- what will be the content of the IdleOrActivePage.aspx page.
2- The Folders structure so as the functions flow correctly.
Thanks a lot
Go to the complete details ...