Saturday, 19 October 2013

How to Disable Right Click on your web page?

In your web page just add this code.............

<body oncontextmenu="alert('Right click is disable');return false;"onselectstart="return false" ondragstart="return false" >
Hi hello
Welcome
<br/>
Right Click Disable Example................................
</body>

No comments:

Post a Comment