<script> function click() { if (event.button == 2) { alert ("Imágenes y contenido, propiedad de vpereyra."); } } document.onmousedown = click; </script>