VOOZH about

URL: https://www.geeksforgeeks.org/html/html-oncontextmenu-event-attribute/

⇱ HTML | oncontextmenu Event Attribute - GeeksforGeeks


  • Courses
  • Tutorials
  • Interview Prep

HTML | oncontextmenu Event Attribute

Last Updated : 16 Aug, 2022

This attribute works when the user right-clicks on an element to open the context menu.
Supported Tags: 

  • It supports all HTML elements.

Syntax: 
 

<element oncontextmenu="script">


Attribute Value: This attribute contains single value script. The script to be run when oncontextmenu attribute called. It is supported by all HTML elements.
Note: This attribute is new in HTML 5.
Example: 
 

Output: 
 

👁 oncontextmenu


Supported Browsers: The browser supported by oncontextmenu attribute are listed below: 
 

  • Chrome 1
  • Edge 12
  • Internet Explorer 9
  • Firefox 6
  • Safari 3
  • Opera 10.5


 

Comment
Article Tags: