I'm creating a login screen with the standard userid and password fields. In addition, I have a 'Register' button for new accounts. Whether I create a register button, or a URL link, in either case if the user hits ENTER on that screen it will default to the register button (or URL link) instead of the Login Button. So, is there a way to focus on the Login button so that if the client hits enter after entering their userid/password, it defaults to the Login and not to the Register? Thanks.