How do I make my button work by pressing enter?
I created a form button and instead of clicking the "log in" button
Is their a way to make the "enter" button on my computer also click to the "log in" button.
Code from the comments
<form name = "myform"> Password: <input type="password" name="pword"> <input type="button" value="Log In" name="Submit" onclick= "validate()"> </p> </form>