View Single Post
  #2 (permalink)  
Old 04-07-2008, 08:38 PM
fahlyn's Avatar   
fahlyn fahlyn is offline
Learning Programmer
 
Join Date: Nov 2007
Age: 25
Posts: 35
Rep Power: 3
fahlyn is on a distinguished road
Send a message via ICQ to fahlyn Send a message via AIM to fahlyn Send a message via MSN to fahlyn Send a message via Yahoo to fahlyn
Default 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.
__________________
Visit My Google Group Here: Web Development Innovation
Reply With Quote