Español
<!--Coloque el siguiente código en el área <head>--> <SCRIPT LANGUAGE=javascript> function click() { alert('¡Deshabilite su copia del clic izquierdo!') } function click1() { if (event. botón ==2) { alert('¡Está prohibido hacer clic derecho~!') }} function CtrlKeyDown(){ if (event.ctrlKey) { alert('¡La copia incorrecta dañará su sistema!') }} document.onkeydown= CtrlKeyDown ; document.onselectstart=hacer clic; document.onmousedown=hacer clic1;