is there any way that, for this email login that i'm making, you can just hit enter after typing your password and you'll submit the information? i don't like the submit button...
thank you in advance :)
DrDoc
8:35 pm on Mar 22, 2003 (gmt 0)
That's the default function... When you hit enter the form will be submitted.
However, you should consider using a submit button anyway... It might confuse users if you don't have one. (Well, unless you're the only user of the page, of course... then it doesn't matter ;) )