USING MICROSOFT EXCEL
HOW TO ADD COPY AND MOVE WORKSHEETS WITHIN EXCEL WORKBOOKS
Question
[CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
|
How to hide or show information?
|
size
|
|
Characteristics of fonts
|
|
Right-click
|
|
Right click
|
Explanation:
Detailed explanation-1: -Disable right click menu in html page using jquery. JavaScript Code: $(document). bind("contextmenu", function(e) return false; );
Detailed explanation-2: -The context menu usually has a list of actions like “View Page Source” and “Back". We can prevent this menu from appearing on right-click by latching onto the contextmenu event and using event. preventDefault() . If we add this event listener to the window object then we can prevent right-clicking on the whole page.
There is 1 question to complete.