On Mar 7, 7:15 am, Dr J R Stockton <reply0...@merlyn.demon.co.uk>
wrote:
Quote:
Does it have to be a confirm()? If you cannot build your own similar
window, you could use yes/no buttons in a small Form, and by program set
the background to be conspicuous during the active interval and disable
or hide the buttons or form outside the interval.
No, it doesn't have to be a confirm(), but I was hoping to avoid a
heavy-duty learning curve<g>.
Quote:
But that would be an undesirable thing to do in a general application,
where the user's attention may be called to another matter at any time.
Let me explain in more detail. (And keep in mind that I don't have
much experience with this sort of thing.) I'm trying to help my son-in-
law, whose website keeps locking up several times a day. One of my
guesses as to the reason is that a lot of users don't bother to log
out when they are done, they just switch to doing something in another
window or go off to watch TV or something. So I wanted to implement
something that would log them out if they were no longer using the
website, but I wanted to be polite about it. Specifically, after 30
minutes, I want to pop up a window that asks "Do you need more time?",
and if they either say no or don't respond at all, I want to log them
out (quietly). Presumably, if they have either switched to a new
window or left the machine altogether, they won't see this alert, so
they won't respond. I've been looking for ways to do this, but without
luck so far.
Quote:
It's a good idea to read the newsgroup and its FAQ. See below.
I went through the FAQ, but didn't find anything that appeared to
address the issue. There are far too many threads here for me to have
read them all. I'll try to catch up, but for all I know the thread
which specifically touches on this is from the 20th century<g>.
Thanks for your attention.