3.2.0

How to disable right click

Hi,

How to disable right click in Active Widgets?
Geetha
March 22,
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
March 22,

This topic is archived.

See also:


Back to support forum