| Author |
protect images from saving
|
|
| photoquery 2004-11-19, 12:52 am |
| Hi when i upload my pictures on yahoo Photo Gallery account though I like them public i s
till want viewers to only view but not save my pictures how is it possible?
I know there are right click disable scripts online for web pages but this
is just an yahoo account (which accepts only jpeg images) so I may have to do something with the photo so tha
t It cannot be saved. Any guidence appreciated. | |
| fireryone 2004-11-19, 12:15 pm |
| "photoquery" <photoquery.1fyo1c@mail.forum4designers.com> wrote in message
news:photoquery.1fyo1c@mail.forum4designers.com...
>
> Hi when i upload my pictures on yahoo Photo Gallery account though I
> like them public i s
> till want viewers to only view but not save my pictures how is it
> possible?
> I know there are right click disable scripts online for web pages but
> this
> is just an yahoo account (which accepts only jpeg images) so I may have
> to do something with the photo so tha
> t It cannot be saved. Any guidence appreciated.
Dont use Yahoo Pictures... just make a small website try Yahoo Geocities
http://geocities.yahoo.com .
Disable Drag n' Drop use:
<SCRIPT language=JavaScript id="disable drag and drop">
document.ondragstart=function(){return false};
</SCRIPT>
Disable Selecting use:
<SCRIPT language=JavaScript id="disable selecting">
document.onselectstart=function(){return false};
</SCRIPT>
Disable right clicking use:
<SCRIPT language=JavaScript id="disable right clicking">
document.oncontextmenu=function(){return false};
if(navigator.appName=="Netscape"){
document.captureEvents(Event.MOUSEDOWN);
document.onmousedown=function(e)
{if(e.which==2||e.which==3)return false}
};
</SCRIPT>
Or use them all.
Put them between the body tags.
If you dont know what to do search Google for HTML basics or something like
that...
--
---------------
fireryone
SCI-FI Quote:
"I will love the light for it shows me the way, Yet I will endure the
darkness for it shows me the stars." -Og Mandino
(Drunk Duck- Free Online Comics)
http://www.drunkduck.com/?r=5353
(Warhead's Freeware Game Collection)
http://earth.prohosting.com/fware
>
>
>
> --
> photoquery
> ------------------------------------------------------------------------
> Posted via http://www.forum4designers.com
> ------------------------------------------------------------------------
> View this thread: http://www.forum4designers.com/message144095.html
>
| |
| Walter Donavan 2004-11-19, 7:14 pm |
| You cannot protect images. If you can see them on your screen, they are
saved in your cache. If you know where to look and what to look for, you can
always find them.
Give it up.
| |
| Walter Donavan 2004-11-20, 12:14 pm |
| However, there are ways to make saving them unattractive. Here are some of
them.
Use low resolution, blurry images. Make them too small. Distort them. Etc.
|
|
|
|
| Copyright 2003 - 2008 forum4designers.com Software forum Computer Hardware reviews |