|
|
 |
Re: FN-FORUM: [IE] Specify the Default Button for Multiple Submit
date posted 24th October 2003 16:38
Anthony Johnston wrote:
> When you have a form with multiple submit buttons, is there
> anyway of specifying which one is the default?
>
> i.e. triggers when the user hits the 'enter/return' button.
>
> w3.org doesn't seem to say anything on it, but if anyone
> has any ideas ...hack or not... that would be cool.
IIRC the first one is the default. The only alternative that I can
think of ATM is to make the others of type="button" and set an onClick
method of "form.submit()"...
Matt
|
 |
|