Daffodil International University
Faculty of Science and Information Technology => Science and Information => Topic started by: Narayan on October 26, 2014, 07:42:19 PM
-
Write the following Code
<script type=”text/JavaScript”>
//courtesy of hostcoding.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>
Thank you.
-
Why cant we use this on student's exam scripts?
By the way, Thank You.