Ok. So never mind.
I found the easiest way is to just serialize the form elements and
pass the whole string downstream for processing.
I'm using Codeigniter2 as the framework so the 'search_form' method
does the hard work.

var elements = $('search_form').serialize();
..
new Ajax.Updater ('results', 'http://website/search_form',
{method:'post', postBody:elements});

Dave

-- 
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 [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/prototype-scriptaculous?hl=en.

Reply via email to