Welcome Guest, Not a member yet? Register   Sign In
session time out....
#5

[eluser]thinkigniter[/eluser]
[quote author="gulan" date="1228839563"]Thanks for your reply... its a nice one..
but in my application I dont have any text box but i have some iframe windows. each iframe window has its own ids so how can i check the click event or button press event to check whether the user is idle or not??[/quote]

I haven't tested this but try something like this...


Code:
$('#iframeID').contents().find('#ID').click(
    function(){
      restart_timeout();//RESART TIMEOUT FUNCTION
    });

You'll have to know a little javascript to get this to work!

Have A Go...


Messages In This Thread
session time out.... - by El Forum - 12-09-2008, 12:07 AM
session time out.... - by El Forum - 12-09-2008, 02:54 AM
session time out.... - by El Forum - 12-09-2008, 03:40 AM
session time out.... - by El Forum - 12-09-2008, 04:19 AM
session time out.... - by El Forum - 12-09-2008, 03:44 PM
session time out.... - by El Forum - 12-09-2008, 10:47 PM
session time out.... - by El Forum - 12-10-2008, 05:28 AM
session time out.... - by El Forum - 12-10-2008, 05:45 AM
session time out.... - by El Forum - 12-10-2008, 04:31 PM
session time out.... - by El Forum - 12-10-2008, 10:31 PM
session time out.... - by El Forum - 12-14-2008, 05:01 PM
session time out.... - by El Forum - 12-27-2013, 05:55 AM
session time out.... - by El Forum - 12-27-2013, 06:14 AM
session time out.... - by El Forum - 12-27-2013, 06:20 AM



Theme © iAndrew 2016 - Forum software by © MyBB