Posted on: 8/4/2015 12:03:53 PM | Views : 816

I have some script running on master page for every 1 minute to find idle time of user meaning user is performing some action on my application or not.
I have a variable called  Idletime in master page.
From content page1 i am opening a JavaScript window which is not consuming master page,if user performs any action in this window i wan t to set idletime variable value to 0.is it possible? i know if there is no relation with master page from JavaScript window,we can't get master-page reference here
I know it is a stupid question,but curious to know is there any way to achieve so.
My goal is to find the idle time of a user in my application

Go to the complete details ...