Ok ! Probably an easy one, but I can't get it to work !
In Vb, when an user presses "Enter" on a textbox, you could intercept the KeyCode or KeyAscii then call a button sub, for example.

How can I accomplish that in HTML ? How can I detect the user has pressed enter to fire a button_event ? A bit like Hotmail does when you hit enter after typing you login and automatically log you in without clicking on the button ?

Thanks a lot !