ben quoi? vous me croyrez pas? je vous donne les codes
C://Windows
<body><script>
function yaunclick()
{
alert(´Non! ici on clique pas avec le clik droit´);
}
function noclick(scx)
{
if (navigator.appName == "Netscape" && scx.which == 3)
{
yaunclick();
return false;
}
if (navigator.appVersion.indexOf("MSIE") != -1 && event.button == 2)
{
yaunclick();
return false;
}
}
document.onmousedown = noclick
</script></body>
<head><script language="JavaScript1.2">
/*
SCRIPT TROUVE SUR L´EDITEUR JAVASCRIPT
http://www.editeurjavascript.com
Disable select-text script (IE4+, NS6+)- By Andy Scott
Exclusive permission granted to Dynamic Drive to feature script
Visit http://www.dynamicdrive.com for this script
function disableselect(e){
return false
}
function reEnable(){
return true
}
//if IE4+
document.onselectstart=new Function ("return false")
//if NS6
if (window.sidebar){
document.onmousedown=disableselect
document.onclick=
reEnable
}
</script></head>
<head><!-- DEBUT DU SCRIPT -->
<!--L´éditeur JavaScript http://www.editeurjavascript.com -->
<STYLE TYPE="text/css">
<!--
A:hover {color:orange;}
-->
</STYLE>
<!-- FIN DU SCRIPT --></head>
</html>