Web Application Copy Protected |
| james lupi replied to Arvind M at 09-May-08 07:58 |
you can disable the context menu (the right click) by implementing the below code:
<body oncontextmenu="return false">
this will enable the rightclick therefore no one will copy your content, otherwise you can search for a javascript .js file which checks keypress and prompts user
|
|