Page 1 of 1

secure shadowbox against image saving

Posted: 16 Apr 2010, 01:26
by oliver
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?

Re: secure shadowbox against image saving

Posted: 20 Apr 2010, 03:43
by korfunkle
maybe this can help,

write this instead of <body> , it disables right click

<body oncontextmenu="return false">