Contact Us : +8801921089488

Article : Disable Copy and Paste HTML Coding

Friday, April 8, 2011

Add a gadget to html and java script:


Disable Copy and Paste 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>



0 comments:

About This Blog

Infolinks

  © Blogger template Writer's Blog by Ourblogtemplates.com 2008

Back to TOP