how to disable right click in your website.if you want that no one copy the contents of your site then you use this javascript technique ..
open your web application.open the source cose of that page in which you want to disable right click...
in the body section write this code...
<body oncontextmenu ="return false" ; >
if you want to deliever anymessage to the user then use this javascript code .write this code in thr html tag
then run your app
open your web application.open the source cose of that page in which you want to disable right click...
in the body section write this code...
<body oncontextmenu ="return false" ; >
if you want to deliever anymessage to the user then use this javascript code .write this code in thr html tag
then run your app
No comments :
Post a Comment