Answers for "disable right click html w3schools"

6

disable right click html w3schools

document.addEventListener('contextmenu', event => event.preventDefault());

// ⇓ Test it (fiddle) ⇓
Posted by: Guest on September-14-2021

Code answers related to "disable right click html w3schools"

Code answers related to "Javascript"

Browse Popular Code Answers by Language