Skip to content

Instantly share code, notes, and snippets.

@uBadRequest
Last active October 14, 2020 23:45
Show Gist options
  • Save uBadRequest/0639bae542a0177ff034849901463edd to your computer and use it in GitHub Desktop.
Save uBadRequest/0639bae542a0177ff034849901463edd to your computer and use it in GitHub Desktop.
<script>
function toSubmit(){
alert('I will not submit');
return false;
}
</script>
<form onsubmit="return toSubmit();" >
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment