English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

I would like to prevent people from saving images from a website. I know there are scripts that stop a "right click/save", but those don't really work because they could simply "left click/hold" and drag that image to the browsers address bar where it will be display in a new window allowing visitors to save it from there. And I assume that if someone can't figure it out they would do a print screen and then crop the image in a photo editor.

So does anyone know a script to disable a "print screen"?

2006-09-15 01:14:10 · 6 answers · asked by Snake 2 in Computers & Internet Programming & Design

Yes I'm talking about the print screen button on the keybpard.

It's not a local printer problem, it's on the web e.g. this page.

2006-09-15 01:39:07 · update #1

the_man_behind_the_desk:

do you have the script to clear the clipboard every 100 miliseconds?

and what other methods are there to copy an image from a website?

2006-09-15 02:41:51 · update #2

6 answers

if you want to stop printscreen function to be used with your website you can use a javascript function to clear the clipboard every 100 miliseconds. this will prevent printscreen and paste content into a photo editor software.
i hope that's helping you (although there are other methods to copy an image from a website)
good luck

2006-09-15 02:08:40 · answer #1 · answered by the_man_behind_the_desk 2 · 0 0

It is impossible to do with a script, even with an activeX control embedded to the site which transfers the picture encrypted (against packet sniffers) and display it in its own control (there are flash (ActiveX) decompilers around). Even if you code a kernel mode filter driver to filter the print screen key out of keyboard buffer or physically rip the key out of the keyboard; a very simple code can acquire the desktop image.

Loren Soth

2006-09-15 01:47:48 · answer #2 · answered by Lord Soth 3 · 1 0

Bingo! i don't have theory-about that in a million years,yet you're correct. it really is an same straightforward difficulty. i will under no circumstances look at an section invader action picture an same way again.

2016-11-27 00:19:52 · answer #3 · answered by Anonymous · 0 0

no, its a keyboard function (prt scr) key

best way is to remove the printer from "public" computers

2006-09-15 01:28:58 · answer #4 · answered by casurfwatcher 6 · 0 0

reassign the key, so "print screen" is disabled

2006-09-15 01:15:38 · answer #5 · answered by timestamps 6 · 0 0

...thanks for the tip on dragging to the adress bar ....

2006-09-15 01:44:36 · answer #6 · answered by Anonymous · 0 0

fedest.com, questions and answers