Click to See Complete Forum and Search --> : Security features in web page


harry707cop
August 21st, 2000, 02:57 AM
Hello,
I am not able to set security features for the web. I have been using the java script for protecting the images against downloading.But that feature is not worth because if someone is using IE 5.0 or greater anyone can download the images by clicking on the save/save as button in the Internet explorer menu.
Is there any code to disable the save/Save as button.
Please help me out.
Looking forward for your email.
Thank you.

mbauer
August 21st, 2000, 11:36 AM
Write a Java applet that serves as the image loader. This way, the image will appear in the applet itself, and not "technically" in the browser. The only way they could grab the image that way would be to do a screen capture.


Mike Bauer

Michael Bauer