in reply to Changing the default button in a CGI perl script

Actually this is not a Perl question, but still I'll offer my 2 cents.
In order to achieve what you want, you'll have to play with javascript and capture key down or key press events. Get the code for the key that was pressed and execute the action for the second button if the key is Enter.
  • Comment on Re: Changing the default button in a CGI perl script