-1

I am just trying to add a copyright label to the default browser right click menu. How could I accomplish this?

JasonMArcher
  • 14,195
  • 22
  • 56
  • 52
David Incredibl
  • 21
  • 1
  • 10
  • 2
    Don't. You are breaking usability. Someone wishing to "steal" your images can still do so, you're just making your site difficult to use for legit users. – MrYellow Dec 26 '14 at 22:46
  • This question has been answered here: https://stackoverflow.com/questions/4909167/how-to-add-a-custom-right-click-menu-to-a-webpage The accepted answer explains how to use the `contextmenu` event. – Karl Laurentius Roos Apr 27 '13 at 08:46

1 Answers1

0

i believe this is not possible. you have to handle right click event and show your custom context menu.

rocky
  • 7,506
  • 3
  • 33
  • 48