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 is meant by vanilla javascript?
What is the use of window object?
What do “1”+2+4 evaluate to?
Should you disable javascript?
What is null in js?
How do you check if an object is an array or not?
What are the data types available in javascript? Explain
What does javascript do?
What does question mark mean in react?
What is client side in javascript?
Write a program to reverse a string in pure javascript?
Is function a data type in javascript?
How can I set up my own javascript error handler?
Difference between Client side JavaScript and Server side JavaScript?
How to empty an array in JavaScript?