You could try something like this,

capture the time when the dialog asking the user for input was displayed.
After the specified time interval if the response is not received the you
could log the user out.  You'll have to figure if you'd do a busy wait for
the time interval or you could do it some other way.

Irfan

-----Original Message-----
From: Mathur, Manish (CAP, GEFA, Contractor)
[mailto:[EMAIL PROTECTED]]
Sent: Friday, October 27, 2000 6:53 AM
To: [EMAIL PROTECTED]
Subject: Capturing http at Browser( Client ) side


Hi,
I need to capture "no activity" happening at the Browser and proactively
display a dialog box after certain time( variable ).
The dialog box is supposed to ask user whether they want continue using the
application . If no response is received,
After certain time, user is logged out of the Application.

Is capturing "no activity" possible? Are there any API (Browser side )
available so we can capture whether any http request
Was made by user.

Thanks,
Manish

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff
JSP-INTEREST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets

Reply via email to