JS+DIV实现自定义html右键菜单

2024-11-06 12:36:48
推荐回答(3个)
回答(1):




JS实现自定义右键菜单












右键此区域




回答(2):

你是不是想实现:右键点击某元素时,屏蔽右键菜单事件句柄并显示自定义的菜单?

回答(3):

你可以试试 标签,
这是实例





onclick="window.open('//twitter.com/intent/tweet?text='+window.location.href);">

onclick="window.open('//facebook.com/sharer/sharer.php?u='+window.location.href);">


onclick="window.location='mailto:?body='+window.location.href;">

只有你用火狐可以这样写。