in reply to Re: (OT) Need to execute button when i enter "Enter" key
in thread (OT) Need to execute button when i enter "Enter" key

can you give me an example? I have multiple submit buttons...
  • Comment on Re^2: Perl/CGI : Need to execute button when i enter "Enter" key

Replies are listed 'Best First'.
Re^3: (OT) Need to execute button when i enter "Enter" key
by punkish (Priest) on Feb 04, 2005 at 04:06 UTC
    I have multiple submit buttons...

    Bad karma, but if you must (and yes, there can be a few valid reasons to do so)... make your desired default submit button the first in the form (test... different browsers may behave differently), and make the other buttons "buttons" instead of "submit". Then make those "button" buttons fire a JavaScript submit() with the appropriate action value in a hidden field.