No Copy and Paste & No Article Stealing TechRival :: First on Net

Deep Dey
By -Deep Dey

  
This code is  100% effective.
 In many cases, a few of the new browsers out there are immune to these codes.
Several links have now  been removed due to the sites no longer being available.



But, that doesn't mean one can't try to stop stealing. I am now using the No Copy Text code (given below) and have also  installed a Custom Right Click Code Button. What's that? This gives visitors the right click they desire, but...  it's made your way.
So even if someone tries to use an alternate way, the "copy, paste, download, cache, etc." features are not there. The text isn't highlighted either for stealing text due to the other code.
Visitors  still get their right click, but it's not the basic browser style used for stealing.


Here are the
"No Right Click" Codes! 
 Here is the code to prevent people from copying text.
(Good for protecting  information, stories, poems, etc. Prevents mouse highlighting.)


"Here are the script" "Enjoy writers"

<script language="JavaScript1.2">
//Disable select-text script (IE4+, NS6+)- By Andy Scott
//Exclusive permission granted to TechRival to feature script
//Visit  http://techrival.blogspot.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>