Hi
i want to find out the idle time when there is no http request is going on...
i dont want to track any mouse or key board events... i dont want that...
i read these thread but it is only about screen idle time
http://www.codingforums.com/showthre...t=33068&page=2
i am trying to track the time when
there is no transaction going between client and server and no http request is sending .
if i will get that time then that time i can use to load my additional javascript files... so further transaction of user will become speed up....
i appreciate your help
THANKS