Thursday, May 28, 2009

Restrict User to Copying Text

Just Ahead of Body tag paste the following Code oncontextmenu restrict to you to right click in to the textbox oncopy return false will not allow you to copy and cut and onpaste will not allow you to paste and text from outside the page

<body oncontextmenu="return false" oncopy="return false;" onpaste="return false;" oncut="return false;"/>

No comments:

Post a Comment