Wrox Programmer Forums
|
ASP.NET 1.0 and 1.1 Basics ASP.NET discussion for users new to coding in ASP.NET 1.0 or 1.1. NOT for the older "classic" ASP 3 or the newer ASP.NET 2.0.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the ASP.NET 1.0 and 1.1 Basics section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old December 1st, 2006, 10:34 AM
Authorized User
 
Join Date: Sep 2006
Posts: 53
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via AIM to aneesh_sunu@yahoo.co.in Send a message via Yahoo to aneesh_sunu@yahoo.co.in
Default how prevent sava as option in IE

hai
I have to block save as option in the IE, my page or images are not copied by others. Please give me the idea.Its very urgent
__________________
Regards
Aneesh
 
Old December 1st, 2006, 06:20 PM
Friend of Wrox
 
Join Date: May 2006
Posts: 643
Thanks: 0
Thanked 0 Times in 0 Posts
Default

This is an age old question (age old meaning 10 or 15 years).

You have to understand that if a browser can display the image on your page, then IT HAS ALREADY DOWNLOADED THAT IMAGE. In other words, the image file has to be brought to the users computer to be able to display it. What you are probably hoping is to make it a little harder by disabling the "Save Picture As..." on the context menu that comes up when a user right-clicks the image so they can't save it to a file, and you have probably seen sites that do this, but it only makes it slightly more difficult for the user to "copy" your image.

In other words - you cannot protect an image that is displayable in the browser from being captured by the user. Like they say - if you don't want someone to copy it, then don't put it on the internet.

Woody Z http://www.learntoprogramnow.com





Similar Threads
Thread Thread Starter Forum Replies Last Post
Create Check Boxes/Option buttons/Option Group hewstone999 Access VBA 1 March 14th, 2008 07:25 AM
Prevent Submit Twice Joeboy General .NET 7 September 1st, 2004 10:12 AM
"Prevent User " javauniverse Pro VB Databases 3 January 9th, 2004 05:07 PM
How to prevent submit back bveerendrakumar Classic ASP Basics 3 November 11th, 2003 01:21 AM
Prevent Access to other Pages alyeng2000 Classic ASP Basics 4 November 5th, 2003 10:30 AM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.