Answers for "how to send a form when you hit the enter key"

0

how to send a form when you hit the enter key

use the "submit" feature instead of the "button" feature, I.E.

<input type="submit" value="login" onclick="password(this.password)">
Posted by: Guest on May-13-2021

Code answers related to "how to send a form when you hit the enter key"

Browse Popular Code Answers by Language