<SCRIPT>
Add page protection
function rf () {return false;}
Document.oncontextmenu = RF
function KeyDown () {
if (Event.ctrlkey ==true | | event.keycode ==93 | | Event.shiftkey ==true) {
return false;
}
}
Document.onkeydown =keydown
function drag () {return false;}
Document.ondragstart=drag
function Stopmouse (e) {
if (navigator.appname = = ' Netscape ' && (E.which = = 3 | | e.which = = 2)) return false;
else if (navigator.appname = = ' Microsoft Internet Explorer ' && (Event.button = = 2 | | event.button = = 3)) {
Alert ("Copyright does not, but do not copy:)");
return false;
}
return true;
}
Document.onmousedown=stopmouse;
if (document.layers) window.captureevents (Event.mousedown);
Window.onmousedown=stopmouse;
</SCRIPT>
<script language= "JavaScript" >
function JM_CC (ob) {
var obj=mm_findobj (OB);
if (obj) {
Obj.select ();
Js=obj.createtextrange ();
Js.execcommand ("Copy");
}
}
function Mm_findobj (n, D) {//v4.0
var p,i,x;
if (!d) d=document;
if ((P=n.indexof ("?")) >0&&parent.frames.length) {
D=parent.frames[n.substring (p+1)].document; N=n.substring (0,P);
}
if (! ( X=d[n]) &&d.all) x=d.all[n];
for (i=0;! x&&i<d.forms.length;i++) X=d.forms[n];
for (i=0;! x&&d.layers&&i<d.layers.length;i++) X=mm_findobj (n,d.layers.document);
if (!x && document.getElementById) X=document.getelementbyid (n);
return x;
}
</script>
Do not copy (copy), disable the right mouse button!