Prevent Copy, Cut and Paste Text Fields
by Jayanthi[ Edit ] 2012-05-30 18:32:19
Prevent Copy, Cut and Paste into HTML Input Text Fields
It is some ways of disabling copy,cut and paste on html input test fields.
<input type="text" name="ll" id="ll" onpaste="return false;" onCopy="return false" onCut="return false">