Guest User

Untitled

a guest
Feb 16th, 2018
109
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.34 KB | None | 0 0
  1. <div>
  2. Username : <input type="text" id="username" onkeyup="alert('you pressed a button , your username now is ' + document.getElementById('username').value)"> </input> </br>
  3. Password : <input type="password" id="password" onkeyup="alert('you pressed a button , your password now is ' + document.getElementById('password').value)"> </input>
  4. <div/>
Add Comment
Please, Sign In to add comment