I am building a web page (a webapp really) which does its own login
authentification.  When the user allows X seconds of inactivity to pass, I
pop up a virtual window asking for his id and password again.  The real
security is of course via the CGI, because there are of course ways to avoid
the JavaScript, but in terms of a slick GUI for non-technical users, I want
the relogin to be via a pop-up virtual window.

My question is, what's the smartest way to disable all user events on the
entire page (which consists of a frameset with 2 frames) except for those
events within the pop-up relogon window?

I have experimented with a few ideas, but I haven't gotten it right yet.

Thanks,
Hershel


_______________________________________________________________

Don't miss the 2002 Sprint PCS Application Developer's Conference
August 25-28 in Las Vegas -- http://devcon.sprintpcs.com/adp/index.cfm

_______________________________________________
Dynapi-Help mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/dynapi-help

Reply via email to