Make your site unique | No Copy |
Hi readers,
If you have your own website or blog then it is possible to some people copy your article without knowing you. But now its going to over because I'm going to teach you how to make your site no copy . It means disable selection mode. Lets start without wasting any time.
Steps are :-
Add the following code as HTML/javascript .
<script language="JavaScript1.2">Save it.
//Disable select-text script (IE4+, NS6+)- By Andy Scott
//Exclusive permission granted to Dynamic Drive to feature script
//Visit http://www.o2tricks.in 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>
DONE.
Don't forget to Subscribe . Share it , Like it , tweet it ...
No comments: