We build. You grow.

Get best community software here

Start a social network, a fan-site, an education project with oxwall - free opensource community software

it helps to block right button | Forum

gisselleyandres
gisselleyandres Sep 20 '12
want to consult if there is some way of preventing both the information and photography from being copied doing clik right on the page or the photos I have understood that there is a code html that uses for blockear the button drecho not if it is possible to do it here
it would be of big help preventing the theft of photos of my place

this would be the code that I found and it serves on other pages:

<script language ' JavaScript ' type 'text/javascript'>
function click () {
if (event.button 2) {
alert (' prhobido this function ');
}
}
document.onmousedown click
//->
</script>