alifalsufian

alif

Jul 10th, 2018
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.37 KB | None | 0 0
  1. <html>
  2. <body>
  3. <script >function myfunction(){
  4. document.getElementById("form").submit()
  5. }
  6. </script>
  7. <form id ="form" method="post">
  8. <p>user:</p><input type="text"><br>
  9. <p>password:</p><input type="password"><br>
  10. <button onclick=myfunction() value="submit">Submit</button>
  11. </form>
  12. </body>
  13. </html>
Add Comment
Please, Sign In to add comment