Category Archives: Autocomplete Off

How to disable copy paste and autocomplete for an HTML textbox

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

Follow

Get every new post delivered to your Inbox.