[thelist] Forms with single text inputs and HTML spec - Help?

Jeremy Weiss eccentric.one at gmail.com
Wed Mar 25 16:45:43 CDT 2009


> I'm trying to do an AJAX form submission  of a form with "only one
> single-line text input field" and no matter what I do, when I hit the
> ENTER button in major browsers, the form is submitted as a GET request
> with a query string.

The HTML spec does not say that it should accept it as a POST request,
just a request. The method used should be set in your form tag.

-jeremy



More information about the thelist mailing list