Answer Posted / gnana prakash
we can disable the right click using
<body oncontextmenu="return false">
</body>
| Is This Answer Correct ? | 2 Yes | 2 No |
Post New Answer View All Answers
What does a typeof operator do?
What is an example of javascript?
What is the instanceof operator in JavaScript?
List some features of javascript.
What is new keyword in javascript?
What is the difference between childNode and children?
Are java and javascript same?
What are undeclared and undefined variables?
Is webassembly faster than javascript?
How can I request data from the server without reloading the page in the browser?
Is javascript case sensitive?
Is javascript easier than java?
How can you read properties of an Object in JavaScript?
What is the prototype object in javascript and how it is used?
What is an empty html tag?