Hi, My webapp ajax routines (scriptaculous among them) work perfectly on different browsers on both mac and PC (tested on 7 browsers in total). the mac IE version (IE5.2), however, doesn''t responde to any ajax request whatsoever! Did I not get the memo?... If IE on mac doesn''t know how to work with Ajax, how to I disable access for users with that browser? Thanks a lot! -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
On Nov 16, 2006, at 8:49 PM, Alan wrote:> Did I not get the memo?...apparently: http://www.microsoft.com/mac/products/internetexplorer/ internetexplorer.aspx> If IE on mac doesn''t know how to work with Ajax, how to I disable > access > for users with that browser?filter on request.env["HTTP_USER_AGENT"] -faisal --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
Alan wrote:> Hi, > > My webapp ajax routines (scriptaculous among them) work perfectly on > different browsers on both mac and PC (tested on 7 browsers in total). > the mac IE version (IE5.2), however, doesn''t responde to any ajax > request whatsoever! > > Did I not get the memo?... > > If IE on mac doesn''t know how to work with Ajax, how to I disable access > for users with that browser? > > Thanks a lot!IE on Mac is a long-dead browser. Discontinued since 2003. Deader than a doornail. My suggestion would be to sniff the browser and throw up a "use something else" page. I wouldn''t be surprised one bit if it didn''t have XMLHttpRequest. -DJCP -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---