How i stop copy and paste in my website? কিভাবে ওয়েবসাইটে কপি- পেস্ট বন্ধ করবেন?
ওয়েবসাইটে বা ব্লগে আপনার পোস্ট করা কোনো কিছু যাতে কেউ কপি করতে না পারে সেই জন্য নিচের ধাপ অনুসরন করুনঃ
ধাপ ১ঃ
html কোডটি কপি করুনঃ
<!-- Start of Disable Copy Text code -->
<script src='demo-to-prevent-copy-paste-on-blogger_files/googleapis.js'></script><script type='text/javascript'>if (typeof document.onselectstart!="undefined" ) {document.onselectstart=new Function ("return false" );} else {document.onmousedown=new Function ("return false" ); document.onmouseup=new Function ("return true" );}</script>
<!-- End of Disable Copy Text code -
ধাপ ২ঃ
ছবি অনুযায়ী অনুসরন করুনঃ
layout এ click করুন।
ধাপ ৩ঃ
নির্দেশিত স্থানে click করুন।তারপর
ধাপ ৪ঃ
নির্দেশিত স্থানে (html/javascript) click করুন।তারপর
ধাপ ৫ঃ
নির্দেশিত স্থানে উপরের html code টি paste করুন।
তারপর আপনার কাজ শেষ। এখন আর কেউ আপনার post কপি করতে পারবে না।
ধাপ ১ঃ
html কোডটি কপি করুনঃ
<!-- Start of Disable Copy Text code -->
<script src='demo-to-prevent-copy-paste-on-blogger_files/googleapis.js'></script><script type='text/javascript'>if (typeof document.onselectstart!="undefined" ) {document.onselectstart=new Function ("return false" );} else {document.onmousedown=new Function ("return false" ); document.onmouseup=new Function ("return true" );}</script>
<!-- End of Disable Copy Text code -
ধাপ ২ঃ
ছবি অনুযায়ী অনুসরন করুনঃ
layout এ click করুন।
ধাপ ৩ঃ
নির্দেশিত স্থানে click করুন।তারপর
ধাপ ৪ঃ
নির্দেশিত স্থানে (html/javascript) click করুন।তারপর
ধাপ ৫ঃ
নির্দেশিত স্থানে উপরের html code টি paste করুন।
তারপর আপনার কাজ শেষ। এখন আর কেউ আপনার post কপি করতে পারবে না।
No comments