On Sun, Sep 19, 2010 at 10:48 PM, Devdatta Akhawe <[email protected]> wrote: >> 1) There are now two methods for getting at the URL parameters. The > > and none for setting them?
That's correct. Looking at various libraries, there seems to be much more interested in paring out query parameters than for constructing them. One popular JavaScript library did have an API that took a dictionary and built a query string out of it. I imagine most folks just use the HTML Form element. Adam
