[Proto-Scripty] Re: not send data in URL?

2010-07-21 Thread geoffcox
That sort of thing. But I'd use a form and add an observer on the submit. This would allow for graceful degradation. OK - thanks, Geoff -- You received this message because you are subscribed to the Google Groups Prototype script.aculo.us group. To post to this group, send email to

[Proto-Scripty] Re: not send data in URL?

2010-07-20 Thread geoffcox
You could have to create a form with am input type=hidden for each unit and folder and a bit of JS to turn an a into a form submitter - or just use a button. If you want to use ajax, then the same mechanism - create the form, but use an ajax submitter to process the forms. Thanks for your

Re: [Proto-Scripty] Re: not send data in URL?

2010-07-20 Thread Richard Quadling
On 20 July 2010 20:58, geoffcox g...@freeuk.com wrote: You could have to create a form with am input type=hidden for each unit and folder and a bit of JS to turn an a into a form submitter - or just use a button. If you want to use ajax, then the same mechanism - create the form, but use an