I'm trying to put some images on a website that I want the user to be able
to view but not save it. I also want them to be able to click on the image
and see a larger version of that image in a popup window but likewise not be
able to save it.
I would like for this page to run under IE and NetScape.
Anyone have any suggestions on how to go about this?
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
From: "H. Carter Harris" <carter@t...>
Subject: [asp_web_howto] Image Viewing
: I'm trying to put some images on a website that I want the user to be able
: to view but not save it. I also want them to be able to click on the
image
: and see a larger version of that image in a popup window but likewise not
be
: able to save it.
:
: I would like for this page to run under IE and NetScape.
:
: Anyone have any suggestions on how to go about this?
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
There is no way you can do this with plain HTML/Javascript since the browser
has to be able to get the image to display it, ergo the user can get it as
well.
The only way I know of is to write a java applet or ActiveX control.
(Doesn't stop users from pressing "Print Screen" though)
Cheers
Ken