how to send a form when you hit the enter key code example
Example: 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)">
use the "submit" feature instead of the "button" feature, I.E.
<input type="submit" value="login" onclick="password(this.password)">