Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save henideepak/a9218c53b57b48f094c1b647eb4f4309 to your computer and use it in GitHub Desktop.
Save henideepak/a9218c53b57b48f094c1b647eb4f4309 to your computer and use it in GitHub Desktop.
Disable Right Click via HTML attribute
/**
* Attribute
*/
oncontextmenu="return false"
<body oncontextmenu="return false">
<select oncontextmenu="return false">
.
..
...
</select>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment