Archive for October, 2007

How to disable copy paste and autocomplete for an HTML textbox

<INPUT size=12 name=”FundsTransferTo” maxlength=12 onCopy=”return false” onDrag=”return false” onDrop=”return false” onPaste=”return false” autocomplete=off>

Comments (9)