I’m wondering how would I include my function on my website inside a users right click? for example function hello() with Title Hello is an option when a user right clicks on my website.
edit: I simply wish to append to the current right click menu. Not make my own.
I’m pretty sure the answer to this is it can’t be done, as right-click context menus are controlled by the browser. However, there’s cool stuff like this around: http://luke.breuer.com/tutorial/javascript-context-menu-tutorial.htm .