> I'm new here and i'm not sure if it's the place to ask, but i'll do it > anyway. I want to know if it's possible that my AJAX code could be > broken for IE if it works in Firefox... I was developing on firefox for > a while and everything was fine. I decided to test on IE and no > requests worked...
Yes, that can happen because IE doesn't handle the requests the same way. > What ca cause this? I can show a sample of my code if needed. There can be many reasons. I had one time where simply switching from GET to POST fixed it for IE. I guess the GET request was too long for it to handle. Most times it's simply a bug in my javascript code because I'm trying to do something IE doesn't know how to do. You might try pasting the code so we can maybe spot the problem. Greg _______________________________________________ Rails-spinoffs mailing list Rails-spinoffs@lists.rubyonrails.org http://lists.rubyonrails.org/mailman/listinfo/rails-spinoffs