![]() |
|
| |||||||
| Notices |
| General Support Issues Answers to general questions and help with common problems. For help with a specific issue, post to one of the forums below. |
![]() |
| | Thread Tools |
|
#1
| |||
| |||
|
How do I keep photos from being downloaded? I am wanting to add some photos that have been purchased to my website, but part of the agreement is to lock the photos so they can' t be downloaded. Can I do that in Blue Voda website builder? Or can it be done somewhere else? Thanks so much for your help!
|
|
#2
| ||||
| ||||
|
If its on the web, then it can be got at by those who really want to.... Most browsers use a cache to store items from the web to save downloading the same things over again. this means that one has only to look in the cache and voila, there they are............ |
|
#3
| ||||
| ||||
|
Although not entirely fool proof for real techy people here is a script that you can add to the html on your page properties, add between the head section,(where you right click on one of your pages, page properties, you will see html properties, add it in there.) This will deny right click from users .... <script language="Javascript1.2"> // *********************************************** // AUTHOR: WWW.CGISCRIPT.NET, LLC // URL: http://www.cgiscript.net // Use the script, just leave this message intact. // Download your FREE CGI/Perl Scripts today! // ( http://www.cgiscript.net/scripts.htm ) // *********************************************** message = "Add your own message here, (mine says contact webmaster, you may want to say, copyrighted or something, (put it in between these quotes where I am writing now"; function NoRig***lick(b) { if(((navigator.appName=="Microsoft Internet Explorer")&&(event.button > 1)) ||((navigator.appName=="Netscape")&&(b.which > 1))){ alert(message); return false; } } document.onmousedown = NoRig***lick; // --> </script>
__________________ Freelance Website Designer Free Webmaster Resources - Blue Voda Chat Forum LadyEye's Free Blue Voda Website Building Tips ![]() "Wishing You The Day That You Deserve!" |
![]() |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| |