Answers for "enter form"

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

Browse Popular Code Answers by Language