hi,
is it possible to secure the image preview (e,g, shadowbox) that the image is not able to be downloaded or saved by right click?
secure shadowbox against image saving
-
oliver
- Phoca Newbie

- Posts: 5
- Joined: 07 Apr 2010, 19:28
- Contact:
secure shadowbox against image saving
thxalot oliver
-
korfunkle
- Phoca Newbie

- Posts: 2
- Joined: 16 Mar 2010, 07:30
- Location: Brussel
Re: secure shadowbox against image saving
maybe this can help,
write this instead of <body> , it disables right click
<body oncontextmenu="return false">
write this instead of <body> , it disables right click
<body oncontextmenu="return false">