On Wed, Feb 4, 2009 at 12:10 PM, sinkingfish <sinkingf...@gmail.com> wrote: > > > Hi, > > I think i might be overlooking the obvious but I've got a string from my > sortable list, something like : > item[]=3&item[]=1... > > I don't want to post this using ajax, I want to do a plain old post, but how > do I append the string to the post url? >
The way I did this once was to create a form dynamically and then submit it. This is essentially the same thing that I did: http://mentaljetsam.wordpress.com/2008/06/02/using-javascript-to-post-data-between-pages/ A little jquery in there would tighten that up even more ;-)