Created
September 11, 2017 10:03
-
-
Save bendasvadim/608c8ef28982d6c79716dbed8cb4d892 to your computer and use it in GitHub Desktop.
disabled_form
This file contains hidden or 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
<form method="post" onkeypress="if(event.keyCode == 13) return false;"> | |
</form> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment