Wrox Home  
Search P2P Archive for: Go

  Return to Index  

asp_web_howto thread: Image Viewing


Message #1 by "H. Carter Harris" <carter@t...> on Thu, 21 Feb 2002 11:45:25 -0600
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?



Message #2 by "Ken Schaefer" <ken@a...> on Fri, 22 Feb 2002 10:36:29 +1100
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

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




  Return to Index