DotNet Blogs

Articles of ASP.NET, C# & SQL Server

Hide Context menu of Browser

Posted by Sujit Kumar on May 15, 2009

usingĀ oncontextmenu event of body, you can hide context menu of any Browser:

ex:

<body oncontextmenu =”return false;”>

</body>

Leave a Reply

XHTML: You can use these tags: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <pre> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>