You need to insert a submit button in the form to get it working.. <input type="submit">
if you don't want to show the button you can always hide it using CSS. I usually just positioning it -9000px to the left, that way it won't show up, but if the page is read without CSS, it will be shown correctly with a submit button On Jun 26, 6:20 am, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: > Hi, > > I have a form, with id="myForm", with a number of text fields (input > with type="text"). How do I cause a form submission by pressing enter > in any of those form fields? > > Thanks, - Dave