default form submission by keypress Return

2011-05-11 Thread Mike Hobbs
When page content includes something like this: form method=POST action=some.cgi ... input input type=submit value=Go ... input type=submit value=Clear /form and the user presses Return, every other browser will send the post request with the various arguments from the input elements (i.e.

Re: default form submission by keypress Return

2011-05-11 Thread John-Mark Bell
On Wed, 2011-05-11 at 14:55 +0100, Mike Hobbs wrote: When page content includes something like this: form method=POST action=some.cgi ... input input type=submit value=Go ... input type=submit value=Clear /form and the user presses Return, every other browser will send the post

Re: default form submission by keypress Return

2011-05-11 Thread Richard Porter
On 11 May 2011 Mike Hobbs wrote: When page content includes something like this: form method=POST action=some.cgi ... input input type=submit value=Go ... input type=submit value=Clear /form and the user presses Return, every other browser will send the post request with the