Re: Garbled $QUERY_STRING when form submitted using AJAX
You may want to look into the serialize function that Prototype offers...that should allow you to dynamically build a query string based on all of your form fields. It may save you some manual work.
|