Disable Right Click

From KOP KB
Revision as of 18:29, 24 October 2014 by ReMaster (talk | contribs) (Created page with "Honestly try your hardest not to do this. Also explain to the customer this does prevent people from taking their images. <syntaxhighlight lang="htm4strict"> <div oncontextmen...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Honestly try your hardest not to do this. Also explain to the customer this does prevent people from taking their images.

<div oncontextmenu="return false;">
<!-- 
Whatever content your wrapping it around goes in between these div tags
-->
whatever image or code
</div>