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>
Posted on October 28, 2010, in Autocomplete Off, Disable Copy Paste, HTML. Bookmark the permalink. Leave a Comment.
Leave a Comment
Comments (0)