Click here to Skip to main content
15,885,953 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Guys,
i need ur help.
i want to design a timer which pauses whenever a user enters a new tab or the current window loses focus.
plz help
Posted

1 solution

Every control has a lost focus event[^] that is captured when that control looses focus.
Capture the lost focus event for the tab or window and then stop the timer on this event.
 
Share this answer
 
Comments
Sandeep Mewara 3-Feb-13 3:18am    
Agree. My 5!
Abhinav S 3-Feb-13 12:34pm    
Thanks Sandeep.
Member 9807820 3-Feb-13 14:51pm    
but lose focus function is applied to a div or an elemrnt ..how can i capture the event for the whole window?
plz help

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900