:: Forum >>

How to disable right click

Hi,

How to disable right click in Active Widgets?
Geetha
Wednesday, March 22, 2006
Actually, you can do this for all the web page, very simple, for any browser:

<script>
document.oncontextmenu = new Function ("return false");
</script>
Pablo Santiago Sánchez
Wednesday, March 22, 2006

This topic is archived.


Back to support forum

Forum search