Advertisement
BlackYoup

Demn, don't put JS in html ATTRs

Mar 24th, 2014
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. <input id="submitInput" type="submit" name="connexion" value="Connexion" />
  2. <script>
  3. function verifVide()
  4. {
  5.     // code
  6. }
  7.  
  8. document.getElementById('submitInput').click = verifVide;
  9. </script>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement