I use the some mod i used for d6.1.6 :
" go to
temlates >> temp_xxx >> base >> _header.html
and enter the following script between </head> and <body> and save it.
This disables right click on ur site.Thus prevents others to look at ur codes.
for unique temlates for ur dolphin contact just_dileep@yahoo.com
_______________________________________________________________________
<script language=JavaScript>
<!--
var message="";
///////////////////////////////////
function clickIE() {if (document.all) {(message);return false;}}
function clickNS(e) {if
(document.layers||(document.getElementById&&!document.all)) {
if (e.which==2||e.which==3) {(message);return false;}}}
if (document.layers)
{document.captureEvents(Event.MOUSEDOWN);document.onmousedown=clickNS;}
else{document.onmouseup=clickNS;document.oncontextmenu=clickIE;}
document.oncontextmenu=new Function("return false")
// -->
</script>
"
Is not my code, i found on the net ...For me as work...
...