Possible Duplicate:
How do I disable right click on my web page .
is it possible to disable the right click on webpage's control like textbox, link etc. using Javascript.
Just add
<body oncontextmenu="return false;">
Now you can prevent right click on control of webpage
Through this you can only stop novice users not experienced or expert users.
精彩评论