Guest User

Javscript code

a guest
Jul 25th, 2014
42
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. <script type="text/JavaScript">
  2. //courtesy of BoogieJack.com
  3. function killCopy(e){
  4. return false
  5. }
  6. function reEnable(){
  7. return true
  8. }
  9. document.onselectstart=new Function ("return false")
  10. if (window.sidebar){
  11. document.onmousedown=killCopy
  12. document.onclick=reEnable
  13. }
  14. </script>
Advertisement
Add Comment
Please, Sign In to add comment