Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR HTML

copy the text html

<script type="text/JavaScript">
//courtesy of BoogieJack.com
function killCopy(e){
return false
}
function reEnable(){
return true
}
document.onselectstart=new Function ("return false")
if (window.sidebar){
document.onmousedown=killCopy
document.onclick=reEnable
}
</script>
Source by www.boogiejack.com #
 
PREVIOUS NEXT
Tagged: #copy #text #html
ADD COMMENT
Topic
Name
2+3 =