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 the function of delete operator?
How do I run code in browser console?
A milk carton can hold 3.78 litres of milk. Each morning, a dairy farm ships cartons of milk to a local grocery store. The cost of producing one litre of milk is $0.38, and the profit of each carton of milk is $0.27. Write a java program that prompts the user to enter the total amount of milk produced in the morning. Then display the number of milk cartons needed to hold milk, the cost of producing milk, and the profit for producing milk.
Have you used any browser for debugging? If yes, how is it done?
Why is it called javascript?
What are the uses of javascript in web page designing?
What is console.time() and console.timeend()? What is its syntax, and why is it used?
What are the ways of making comments in javascript?
What Does JavaScript Void(0) Mean?
Are Typescript and Javascript the same?
What are the predefined functions in javascript?
What are the different boolean operators in JavaScript?
How typeof operator works?
Why are callbacks used?
Does javascript support automatic type conversion?