Guest User

Untitled

a guest
Oct 16th, 2018
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. <form name="Form" onsubmit="formValidate(event)">
  2.  
  3. <script>
  4. function formValidate(e){
  5. e.preventDefault();
  6. // more code here
  7. }
Add Comment
Please, Sign In to add comment