Disable the PrintScreen Button from web application

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • =?Utf-8?B?SnVhbg==?=

    Disable the PrintScreen Button from web application

    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?
  • Bob Barrows [MVP]

    #2
    Re: Disable the PrintScreen Button from web application

    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.publi c.scripting.jsc ript

    --
    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"


    Comment

    Working...