1. Copy the coding into the HEAD of your HTML document 2. Add the last code into the BODY of your HTML document -->
<!-- STEP ONE: Paste this code into the HEAD of your HTML document -->
<HEAD>
<script LANGUAGE="Javascript1.1"> <!-- Original: Martin Webb -->
<!-- This script and many more are available free online at --> <!-- The Javascript Source!! -->
<!-- Begin function right(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("Sorry, you do not have permission to right click."); return false; } return true; }
document.onmousedown=right; document.onmouseup=right; if (document.layers) window.captureEvents(Event.MOUSEDOWN); if (document.layers) window.captureEvents(Event.MOUSEUP); window.onmousedown=right; window.onmouseup=right; // End --> </script> </HEAD>
<!-- STEP TWO: Copy this code into the BODY of your HTML document -->
function doSomething(e) { var targ; if (!e) var e = window.event; if (e.target) targ = e.target; else if (e.srcElement) targ = e.srcElement; if (targ.nodeType == 3) // defeat Safari bug targ = targ.parentNode; }
<script language="Javascript1.2"> function disabletextselect(i){ return false } function renabletextselect(){ return true
} //if IE4+ document.onselectstart=new Function ("return false") //if NS6+ if (window.sidebar){ document.onmousedown=disabletextselect document.onclick=renabletextselect }
</script>
Oricum sunt multe metode ca sa scapi de astea ...
Though no one can go back and make a brand new start, anyone can start from now and make a brand new ending. Never too old, never too bad, never too late, never too sick to start from scratch once again. A great man said: 'The best way to predict your future is to create it'.
I'm out.
Pentru acest mesaj, autorul Tedy a primit multumiri de la: adytzul89
Rating:2.6%
Nimeni_yeu
Post subject: Re: Cum faci sa nu copieze nimeni site tau!!!
scz k va anunt dar nu prea exista scripturi sa nuti fure saitu sunt multe programe care iti downladeaza direct toate fiserele dp saitu tau . O idee mult mai buna e un encrypter , html encrypter de ex ala iti fura saitu dar knd se uita in sursa lui o sa vada doar niste litere ciudate
Users browsing this forum: No registered users and 1 guest
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot post attachments in this forum