How can I have the same action when I press the Enter key as if I click the button? When I press the Enter key, I want it to run the same script as when I do the "onclick" event.
<button type="button" value="Login" class="btn green uppercase" onclick="formhash(this.form, this.form.password);">Login</button>