ghostdogenterprise
Programmer
Hello,
I'd like to capture all the commands that close a browsers window. I know that I must capture Ctrl + f4, the X in he upper right corner and the File menu/Close event. Is there a simple method of capturing the events and redirecting a user to the security logout page. I'm thinking event.keycode and event.which would need to be used.
I'd like to capture all the commands that close a browsers window. I know that I must capture Ctrl + f4, the X in he upper right corner and the File menu/Close event. Is there a simple method of capturing the events and redirecting a user to the security logout page. I'm thinking event.keycode and event.which would need to be used.