Français
<!--Mettez le code suivant dans la zone <head>--> <SCRIPT LANGUAGE=javascript> function click() { alert('Désactivez votre copie par clic gauche !') } function click1() { if (event. bouton ==2) { alert('Le clic droit est interdit~!') }} function CtrlKeyDown(){ if (event.ctrlKey) { alert('Une copie incorrecte endommagera votre système !') }} document.onkeydown= CtrlKeyDown ; document.onselectstart=clic; document.onmousedown=click1;