[Solved] How to check what tag says for a password
I have also wanted to make login page. 1) For the input I want to trigger an event function to check if password is right so I say <input type = “password” id = “passwordInput”></input> <button onclick = “myfunction()”>Submit</button> 2) Now that I have the onclick, I need to make my function function myfunction() { … Read more