Results 1 to 7 of 7

Thread: Disabling printing keys

  1. #1

    Thread Starter
    Hyperactive Member
    Join Date
    Feb 2006
    Posts
    275

    Disabling printing keys

    Ciao

    I need to disabling print keys and some other keys like print screen etc on my webpages. Be it with javascript or the C#/VB.NET or with the the pure ASP.NET tags

    I need it

    One of my friends do it with CSS or vbscript, The CSS is not supported in my pages and frankly saying it I DO NOT LIKE IT

    I am using master pages in my webpages. I do not think that javascript will do any good here, I have already searched google and w3schools.com for javascript tutorials. But in vain

    Please help me
    Thank in Advance

  2. #2
    Learning .Net danasegarane's Avatar
    Join Date
    Aug 2004
    Location
    VBForums
    Posts
    5,853

    Re: Disabling printing keys

    I have never worked with that. Put this one worth reading
    Please mark you thread resolved using the Thread Tools as shown

  3. #3
    PowerPoster gep13's Avatar
    Join Date
    Nov 2004
    Location
    The Granite City
    Posts
    21,963

    Re: Disabling printing keys

    Hey,

    Why exactly do you need to do this?

    What you have to understand, is that any measures that you put in play, especially using JavaScript, can easily be circumvented. So you have to decide why exactly you are doing what you are trying to do, and whether it is worth it.

    Gary

  4. #4

    Thread Starter
    Hyperactive Member
    Join Date
    Feb 2006
    Posts
    275

    Re: Disabling printing keys

    I want to prevent anyone to take screen shots of my web pages.

  5. #5
    PowerPoster gep13's Avatar
    Join Date
    Nov 2004
    Location
    The Granite City
    Posts
    21,963

    Re: Disabling printing keys

    Hey,

    But why would you want to do that? That is the part that I am questioning.

    You are never going to find a solution that will cover this 100%!!!

    Gary

  6. #6

    Thread Starter
    Hyperactive Member
    Join Date
    Feb 2006
    Posts
    275

    Re: Disabling printing keys

    Actually it is requirement from my boss, that print screen key is disabled, it can be screen shotted by various means I know but to put the formality I have to do it just

  7. #7
    PowerPoster gep13's Avatar
    Join Date
    Nov 2004
    Location
    The Granite City
    Posts
    21,963

    Re: Disabling printing keys

    Hey,

    If you google for "disable print screen" you will find a number of solutions, including continually clearing the clipboard.

    However, I think you need to make it clear to your boss that nothing you implement in going to be 100% effective. If you are trying to preserve copyright, then you might want to think about watermarking your images, and placing copyright notices on your site.

    Gary

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width