I do not know if the title is ok, but my question is as follows. It turns out that I have on my website a code where I prevent the user, using javascript, using the right click. In my web works well but I can not make that happen also in my damn, which if you let the right mouse click ... My website is: link
<script>
document.oncontextmenu = function(){return false} //funcion para bloquear el click derecho del mouse
</script>