Re: [PHP] AJAX with POST

2009-04-04 Thread Phpster
Yep, much more Bastien Sent from my iPod On Apr 4, 2009, at 21:24, Skip Evans wrote: Hey Bastien & all, ...D'oh! Thanks for the catch, yes, I am sending args on the URL. But more to my problem, if I switch to POST will IE be able to submit more data? If so, I can parse the URL down in t

Re: [PHP] AJAX with POST

2009-04-04 Thread Skip Evans
Hey Bastien & all, ...D'oh! Thanks for the catch, yes, I am sending args on the URL. But more to my problem, if I switch to POST will IE be able to submit more data? If so, I can parse the URL down in the function and build a proper post transaction, but my real problem is IE can't submit, ap

Re: [PHP] AJAX with POST

2009-04-04 Thread Phpster
On Apr 4, 2009, at 17:30, Skip Evans wrote: Hey all, At the risk of being told this is a PHP and not a JS list, but also knowing the discussions on this list, to the benefit of all I believe, very wildly, I'm posting this JS code snippet for some advice. As I posted earlier, my AJAX

[PHP] AJAX with POST

2009-04-04 Thread Skip Evans
Hey all, At the risk of being told this is a PHP and not a JS list, but also knowing the discussions on this list, to the benefit of all I believe, very wildly, I'm posting this JS code snippet for some advice. As I posted earlier, my AJAX app that uses a GET to post to the server (and get