Nepal Flag
"Would you Like to Post any thing related to This blog you can send E-mail to me guidedinesh@gmail.com or dinesh_tamang33@yahoo.com"तपाईंहरु पनि यो साईटमा भएका बिषयहरु सँग सम्बन्धित आफ्ना लेखहरु पोस्ट गर्न चाहनु भने तल दिईएको ठेगानामा पठाउनु हुन अनुरोध गर्दछु साथै विज्ञापन तथा अन्यको लागि सम्पर्क ठेगानाः guidedinesh@gmail.com or dinesh_tamang33@yahoo.comतपाईंहरुबाट प्राप्त भएका आर्टिकलहरुलाई सकेसम्म चाडै तपाईंहरुकै नाम दिएर प्रकाशित गरिनेछ ।

How to Disable Copy and Paste in Your Blogger Blog


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.

Login To Blogger Go To > Design > Edit HTML.

and mark the tick box "Expand Widget Templates"

Then, find (CTRL+F) this code in the template.

</head>
And immediately before it, paste this code:

<!-- Disable Copy and Paste-->
<script language='JavaScript1.2'>
function disableselect(e){
return false
}
function reEnable(){
return true
}
document.onselectstart=new Function (&quot;return false&quot;)
if (window.sidebar){
document.onmousedown=disableselect
document.onclick=reEnable
}
</script>
Here we are using JavaScript to disable copy and paste on website or blog . So If someone disables the browser JavaScript support , the contents could be easily copie

0 comments for "How to Disable Copy and Paste in Your Blogger Blog"

Leave a reply

DineshTamang.com.np भ्रमण गर्नु भएकोमा यहाँहरु लाई मुरी-मुरी धन्यवाद् छ। कृपया फेरिपनी DineshTamang.com.np चियाउदै गर्नुहोला। तपाईंको दिनहरु सधैं शुभ-रहोस्। धन्यवाद् ।

Sorry

Enter your email address:

Most Popular

Search In This Blog

Popular Posts

Tag Cloud

Recent News