Re: [WSG] Need direction with key detection

2004-11-19 Thread brian cummiskey
not sure if this will help or give a pointer, but we use this code to keep users from hitting the refresh key and escape keys. Our enviroment (3rd party web "browser-like" interface) doesn't have a back button, so we never dealt with that issue. it might be able to be tweaked for the back butt

RE: [WSG] Need direction with key detection

2004-11-19 Thread GALLAGHER Kevin S
From: Todd Baker [mailto:[EMAIL PROTECTED] Sent: Thursday, November 18, 2004 1:52 PM To: [EMAIL PROTECTED] Subject: Re: [WSG] Need direction with key detection I think you'll find that ... A: You can't detect that. B: Its best left in the users hands. The back button is the li

Re: [WSG] Need direction with key detection

2004-11-18 Thread Todd Baker
I think you'll find that ... A: You can't detect that. B: Its best left in the users hands. The back button is the lifeline of many users. Sometimes its the ONLY click that they know EXACTLY where they will go. To do anything with script would be a usability disaster. I think you need to re-