Xan wrote:
hybinet, don't you still need to put the focus on the form before you can push Enter?
Damn you're right, I didn't realize what I was doing because I've become so used to it. Still, the username and password are automatically filled in by Firefox so I can just click the "login" button. That puts the focus on the form AND submits it at the same time. About as simple as pressing Enter.
@caker: making the username field tabindex 1 still requires people to press Tab before entering their username. A javascript focus() would be much more convenient. Google, Yahoo, and Live Search all use focus() so that the user can just start typing away.