Making your Web Application Copy Protected |
| Rakesh Vikram replied to Arvind M at 08-May-08 05:51 |
On body tag write the below code. This will disable the right click so that you can avoid 'Copy'
onselectstart="return false;"
But, this doesnt block the option of saving images in your web page. But i think that you also have to disable the 'save as' option in order to avoid saving the entire web page.
|
|