I've spent the last two months developing an Ajax app for an ordering form, and I just started running into some issues-
On the development server we've been using, the form works fine for everyone. However, once we push the app to the main server, suddenly the Ajax calls hang - but only for people using IE6 SP2.
I'm at a complete loss! The fact that it runs on the development server and not the main leads me to believe it's a server matter, but the fact that the problem is isolated in IE6 SP2- well, you get the idea.
Also, the version of PHP on the development server is 4.1.2, while the main server is running 4.3.3. Any help at all on this would be tremendously appreciated!
I completely agree on the development server thing- I was just brought on for this project, so I was never really part of the set up.
Thanks for the REGISTER_GLOBALS idea- unfortunately, it's turned on in both servers (don't get me started on the security...). Also, the Javascript files are synced & match.
Thanks for the response though, I really appreciate the feedback-