0
Alternatively, you can show an alert saying "Right click disabled" if you call a function from body tag's oncontextmenu event, for eg:-
Disclaimer: I have tested this functions in IE7 and Mozilla 3.0 only , it will not work in Opera.
Enjoy coding
Posted on 9:46 PM by prajeesh and filed under
Tips and Tricks
Some websites does not allow right click context menu option for security reasons, you can also achieve this by adding following code to your body tag of the page.
Alternatively, you can show an alert saying "Right click disabled" if you call a function from body tag's oncontextmenu event, for eg:-
Disclaimer: I have tested this functions in IE7 and Mozilla 3.0 only , it will not work in Opera.
Enjoy coding
Post a Comment