Programmatically Calling Browser Right-Click Menu Options?

前端 未结 3 1544
悲&欢浪女
悲&欢浪女 2021-01-29 01:05

I would like to be able to programmatically invoke the right-click menu options, initiated from user events like rollover and whatnot of course. Is this possible?

Speci

3条回答
  •  情歌与酒
    2021-01-29 01:44

    As far a I know, there is absolutely no way of doing this in a generic form using pure Javascript. You would have to build extensions (or maybe a Greasemonkey script for Firefox, I don't know) for each browser.

提交回复
热议问题