Showing posts with label right click disable. Show all posts
Showing posts with label right click disable. Show all posts

Friday, February 6, 2009

DISABLE RIGHT CLICK ON WEBPAGE

Most of the developers think that by disabling right click on webpage they have prevented others to view their source.But there are many ways to view the source of the page.
However,even by doing that they are unable to disable right click completely.
There are two ways to view the context menu(nothing but menu displayed on webpage)
1.mouse right click
2.context menu key on keyboard

Now to disable right click in all the ways..
just use --->
oncontextmenu="return false;" attribute in body tag .