|
From: Juan on 4 May 2008 23:40 Is it possible disable the Print Screen Button when you access to a WEB application and enable it when you leave it? How could I do it?
From: Bob Barrows [MVP] on 5 May 2008 06:15 Juan wrote: > Is it possible disable the Print Screen Button when you access to a > WEB application and enable it when you leave it? No, the best you can do is capture the the keystroke. And even this might not be possible since that keystroke might not even raise an event in the DOM. Even if it was possible, it would take client-side scripting which is outside of the scope of this group, which focusses on server-side ASP scripting. Client-side scripting questions should be taken to microsoft.public.scripting.jscript -- Microsoft MVP - ASP/ASP.NET Please reply to the newsgroup. This email account is my spam trap so I don't check it very often. If you must reply off-line, then remove the "NO SPAM"
|
Pages: 1 Prev: Documentation on Shell in IIS 6 ????? Next: generating form on the fly |