Advertisement
lessientelrunya

fixdemo1

Jul 20th, 2017
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. ...
  2. window.onload = function() {
  3.     document.getElementById('demo').onsubmit = function() {
  4.         alert('hello, ' + document.getElementById('name').value + '!');
  5.         return false;
  6.     };
  7. }
  8. ...
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement