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 data types are supported in Javascript?
What are types of javascript?
List some unit testing frameworks javascript
How to validate email in javascript?
How to handle event handlers?
Why is javascript used for web pages?
What is the difference between ‘var’ and ‘let’ keyword?
How to add multiple functions in javascript?
what is event bubbling and event capturing in javascript?
How to accessing elements using javascript?
How to change the background color of HTML document using JavaScript?
What value does prompt() return if the user clicked the cancel button?
Program to return the address family of a socket
How to write a hello world example of javascript?
What are undefined and undeclared variables?