how to disable right click in css code example Example: disable right click with css document.oncontextmenu = new Function("return false;");