Re: Garbled $QUERY_STRING when form submitted using AJAX
Can you post the body of your javascript "ajaxpage" method?
Ajax isn't actually going to "submit" a form as a normal html form would submit, you actually have to construct the URL that you want to invoke. So, my gut feeling is that your "ajaxpage" method doesn't include all of your form fields as a normal GET request from submitting a form would do.
|