December 15, 2010
Adding to browser context menu?
Question by Blender
Is it possible to add item to the default browser right button click menu?
Answer by alex
No, but you can create your own.
Look at the event oncontextmenu()
.
Answer by Starx
You can’t modify the client’s application using a web page. If this would be possible, just think about how hackers could exploit our computer.
What you can do, is define your own custom menu, while user right clicks.
Check this jquery plugin: http://abeautifulsite.net/blog/2008/09/jquery-context-menu-plugin/