To show context menu in web page is complex. Though there are various techniques to implement context menu like using Flash, they are difficult to implement. HTML 5 added "Context Menu" tag, which simplifies implementing context menu in a webpage.
**F...