Created
December 29, 2018 11:23
-
-
Save yogeshdubey2006/1d017792522043fb181dc0294199ac53 to your computer and use it in GitHub Desktop.
Useful Html Code
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!-- To prevent cut copy paste in text field --> | |
<input type="text" onselectstart="return false" onpaste="return false;" onCopy="return false" onCut="return false" onDrag="return false" onDrop="return false" autocomplete=off /> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment