Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save bendasvadim/608c8ef28982d6c79716dbed8cb4d892 to your computer and use it in GitHub Desktop.
Save bendasvadim/608c8ef28982d6c79716dbed8cb4d892 to your computer and use it in GitHub Desktop.
disabled_form
<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