Code
Execute
<!DOCTYPE html> <html> <body> <div style="background:cyan;border:1px solid #ffffff;padding: 20px;" contextmenu="wikitechy"> <p> To see the context menu, right-click inside this box</p> <menu type="context" id="wikitechy"> <menuitem label="Wikitechy" onclick="window.open('http://www.wikitechy.com?text=' + window.location.href);"icon="https://www.wikitechy.com/images/logo.png"> </menuitem> </menu> </body> </html>
Result