using oncontextmenu we can disable right click on browser web page.
Example:
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title></title>
</head>
<body oncontextmenu="return false">
<h1> This is demo of disable right click in web page</h1>
</body>
</html>
No comments:
Post a Comment