On Mon, Sep 20, 2010 at 12:34 AM, Julian Reschke <[email protected]> wrote: > On 20.09.2010 09:22, Garrett Smith wrote: >> >> ... >> I see setParameterValues there. Useful to build URLs for XHR. But OTOH >> -- Ajax that is using a lot of parameters, might be better using a >> form. Usually Ajax requests are simple requests -- not a large form >> submission. Sorry just have to be devils advocate on the necessity of >> the thing. >> ... > > How do you use a form to build a request other than GET/POST?
Using the method attribute of the form element. Adam
