Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR HTML

how to disable copying in HTML

<div oncopy="alert('Copying forbidden!');return false">
  Dear user,
  The copying is forbidden for you.
  If you know JS or HTML, then you can get everything from the page source though.
</div>
 
PREVIOUS NEXT
Tagged: #disable #copying #HTML
ADD COMMENT
Topic
Name
7+6 =