Not if the input type is button. That does nothing. Only type="submit " will submit a form by hitting enter.
-----Original Message----- From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Klaus Hartl Sent: Friday, September 07, 2007 8:27 AM To: jquery-en@googlegroups.com Subject: [jQuery] Re: OT: No form submit without JavaScript? Andy Matthews wrote: > Change your type="submit" button to a type="button" button and trigger > the form submission via javascript. you can still always submit the form by hitting enter. --klaus