Google
 
Web www.valordi.com

 JAVASCRIPT BLOCAGE CLIC DROIT(dans la partie BODY)

<SCRIPT LANGUAGE="JavaScript1.1">
<!-- Début
function right(e)
{

var msg = "Désolé, le bouton de droite est désactivé.";
if (navigator.appName == 'Netscape' && e.which == 3)

{
alert(msg);
// À enlevez pour aucun avertissement;
}
else if (navigator.appName == 'Microsoft Internet Explorer' && event.button==2)

{
alert(msg);
// À enlevez pour aucun avertissement;
}
return true;
}

document.onmousedown = right;
// Fin -->
</SCRIPT>

   Vers les outils du webmaster