Is there a way to add custom fields to the built in browser context menu using Javascript?
I know flash/actionscript can do this, how are they doing it? Example: right click on http://josephjewell.com and see the custom context menu.
Is this possible with pure javascript or do you have to use flash?
Note, I’m looking for adding to the built in browser context menu, not using custom javascript popups to mimic them.
No.
Well, you can use Flash, but then you’re not adding to the browser menu, you’re replacing it completely with Flash’s one. So this doesn’t get you much that the scripted ersatz-menu doesn’t (really only that you get the proper OS theme for menus by default).
In any case even JS ersatz-menus are not reliable, as not all browsers will always let you remove the browser default menu. It is best not to rely on scripting right-click menus.