Bonjour à tous,
je suis à la recherche d'un code supprimant le clik droit sur les images dans phpbb_album photo et messages.
merci dans l'attente
Daniel
Modérateur: Modérateurs

<SCRIPT language=JavaScript>
<!--
function noclic(clic) {
var msg="Pour toute copie nous contacter merci";
if (navigator.appName == 'Netscape' && clic.which==3) {
alert(msg);
return false;}
else
if (navigator.appName == 'Microsoft Internet Explorer' &&
event.button==2) {
alert(msg);
return false;
}
return true;
}
document.onmousedown = noclic;
//-->
</SCRIPT>



Retourner vers Le Forum phpBB2
Utilisateurs parcourant ce forum: Aucun utilisateur enregistré et 34 invités