Thinking of a way to make it more difficult for people to copy the contents of your blog? Here's a neat little JavaScript that will disable Copy and Paste.
<!-- Disable Copy and Paste-->
<script language='JavaScript1.2'>
function disableselect(e){
return false
}
function reEnable(){
return true
}
document.onselectstart=new Function ("return false")
if (window.sidebar){
document.onmousedown=disableselect
document.onclick=reEnable
}
</script>
Insert the code between the <head> and </head> tag.
However, there is no guarantee way to prevent your contents from being stolen.The JavaScript above can be easily bypassed by an experience internet user. E.g. If the browser's JavaScript is disabled, the code will not work.An alternative way to protect your work is to use Copyscape. You can read more about it here.
I was looking for this script...
< !-- Disable Copy and Paste-- >
< script language='JavaScript1.2' >
function disableselect(e){
return false
}
function reEnable(){
return true
}
document.onselectstart=new Function ("return false")
if (window.sidebar){
document.onmousedown=disableselect
document.onclick=reEnable
}
< /script >Insert the code between the < head > and < /head > tag. However, there is no guarantee way to prevent your contents from being stolen.The JavaScript above can be easily bypassed by an experience internet user. E.g. If the browser's JavaScript is disabled, the code will not work.
I COPIED THIS FROM YOUR POST ONLY BY USING THE "Show Original Post" LINK.
HOW WE CAN HIDE THIS LINK IN COMMENT AREA ?
the code is working
i was r\try it on my blog
www.forextrading-2008.blogspot.com
but just disable right click
this is not working in Mozila FireFox. Can u give the solution.
ermm...as i don't know how to put it in my template...any idea how??Thanks alot!
I owed you!
Currency Trading News & BROKERS
http://start-forex-09.blogspot.com/
http://fx-way1.blogspot.com/
Thanks again
(ctrl+c)log on to my blog faizan448.blogspot.com
lifesoshorty.blogspot.com
Please check it out here:
http://rattuschoki.blogspot.com
http://dll-spot.blogspot.com/
that is very nice script
thanx alot for post this script
http://www.cell4review.com/
Disabling copy and paste is essential if you are letting other people use your computer. It is possible on windows based systems to turn off or disable completely the copy and paste function. There are a few programs that will not only disable copy and paste, but also cut, delete, rename and so on, preventing anyone from editing your crucial data. Thank you...
Anti Piracy