Friday, August 13, 2010

To Avoid Copy and Paste of Textbox for Secure Website

Avoid copy and paste of textbox for secure website use this code in you html design

< input maxlength="50" type="text" onCopy="return false" onDrag="return false" onDrop="return false" onPaste="return false" >

It will work fine in IE, Chrome, Safari And FF

No comments:

Post a Comment