<SCRIPT type="text/javascript">
if (typeof document.onselectstart!="undefined") {
document.onselectstart=new Function ("return false");
}
else{
document.onmousedown=new Function ("return false");
document.onmouseup=new Function ("return true");
}
</SCRIPT>
IE here to put back the mouse selection
FF here to put back the mouse selection
... and if Javascript is disabled then the protection is not effective!
Written and compiled by Réal Gagnon ©1998-2012
[ home ]