Edit browser context menu

I tried using edit context menu in web browser . I know the editing method in a Windows application, but my need is the same in a web browser, which means that when a user right-clicks on a web browser, displays a context menu and has content such as save link , bookmark link , open link in new tab .... etc

I tried to find a solution, but did not get any solution.

Thanks in advance!

+6
source share
1 answer

I think you cannot do this with any server technology. The only way is to override the default browser context menu using your own custom javasctipt menu or other client technology. Most javascript user interface libraries contain a context menu such as YUI or the JQuery Plugin .

+2
source

Source: https://habr.com/ru/post/893558/


All Articles