RE: How do you prevent web pages/images from being SAVED
If this is a controlled environment (like an Intranet), you might be able to create an Active X control (or VB app) to view the code and graphics with. This would allow you to do things like disable everything but the left mouse button (including keyboard). I'm sure it would be fairly easy to do in VB. Also, you could PDF the document (with security). No matter what type of security you use, someone, somewhere will be able to crack it. You just need to make sure that someone is outside of your target user group. Paul Sizemore Finish Line 3308 N Mitthoeffer Rd Indianapolis, IN 46235 W: 317-899-1022 ext 3516 -Original Message- From: Dave Watts [mailto:[EMAIL PROTECTED]] Sent: Tuesday, March 05, 2002 10:53 AM To: CF-Talk Subject: RE: How do you prevent web pages/images from being SAVED > Does anyone know how to prevent: > > 1. Preventing a web page from being saved when being viewed > in a browser and > 2. Preventing the images on the page from being saved > > Is there some technique or maybe a program that enables this? The short answer is that, if you allow people to download your HTML and images onto their own computers, no, you can't prevent anything. That's the nature of the web. There are various techniques for making this more difficult, but there are always ways to circumvent those techniques - and those ways usually aren't too difficult. Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ voice: (202) 797-5496 fax: (202) 797-5444 __ Why Share? Dedicated Win 2000 Server · PIII 800 / 256 MB RAM / 40 GB HD / 20 GB MO/XFER Instant Activation · $99/Month · Free Setup http://www.pennyhost.com/redirect.cfm?adcode=coldfusionc FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/ Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists
RE: How do you prevent web pages/images from being SAVED
> Does anyone know how to prevent: > > 1. Preventing a web page from being saved when being viewed > in a browser and > 2. Preventing the images on the page from being saved > > Is there some technique or maybe a program that enables this? The short answer is that, if you allow people to download your HTML and images onto their own computers, no, you can't prevent anything. That's the nature of the web. There are various techniques for making this more difficult, but there are always ways to circumvent those techniques - and those ways usually aren't too difficult. Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ voice: (202) 797-5496 fax: (202) 797-5444 __ Dedicated Windows 2000 Server PIII 800 / 256 MB RAM / 40 GB HD / 20 GB MO/XFER Instant Activation · $99/Month · Free Setup http://www.pennyhost.com/redirect.cfm?adcode=coldfusiona FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/ Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists
RE: How do you prevent web pages/images from being SAVED
There is a javascript function that will encrypt the html on your page, so the user sees a bunch of garbled numbers and letters. It won't keep them from saving your web page, but it will keep them from seeing any html or scripts you have on the page. _ steve oliver senior internet developer atnet solutions, inc. http://www.atnetsolutions.com -Original Message- From: Jochem van Dieten [mailto:[EMAIL PROTECTED]] Sent: Monday, March 04, 2002 6:22 PM To: CF-Talk Subject: Re: How do you prevent web pages/images from being SAVED [EMAIL PROTECTED] wrote: > Does anyone know how to prevent: > > 1. Preventing a web page from being saved when being viewed in a browser and > 2. Preventing the images on the page from being saved > > Is there some technique or maybe a program that enables this? http://continue.to/hope But the URL says it all. Jochem __ Get Your Own Dedicated Windows 2000 Server PIII 800 / 256 MB RAM / 40 GB HD / 20 GB MO/XFER Instant Activation · $99/Month · Free Setup http://www.pennyhost.com/redirect.cfm?adcode=coldfusionb FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/ Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists
Re: How do you prevent web pages/images from being SAVED
[EMAIL PROTECTED] wrote: > Does anyone know how to prevent: > > 1. Preventing a web page from being saved when being viewed in a browser and > 2. Preventing the images on the page from being saved > > Is there some technique or maybe a program that enables this? http://continue.to/hope But the URL says it all. Jochem __ Dedicated Windows 2000 Server PIII 800 / 256 MB RAM / 40 GB HD / 20 GB MO/XFER Instant Activation · $99/Month · Free Setup http://www.pennyhost.com/redirect.cfm?adcode=coldfusiona FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/ Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists
Re: How do you prevent web pages/images from being SAVED
Does anyone know how to prevent: 1. Preventing a web page from being saved when being viewed in a browser and 2. Preventing the images on the page from being saved Is there some technique or maybe a program that enables this? __ Get Your Own Dedicated Windows 2000 Server PIII 800 / 256 MB RAM / 40 GB HD / 20 GB MO/XFER Instant Activation · $99/Month · Free Setup http://www.pennyhost.com/redirect.cfm?adcode=coldfusionb FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/ Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists