• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Tim Cooke
  • Campbell Ritchie
  • paul wheaton
  • Ron McLeod
  • Devaka Cooray
Sheriffs:
  • Jeanne Boyarsky
  • Liutauras Vilda
  • Paul Clapham
Saloon Keepers:
  • Tim Holloway
  • Carey Brown
  • Piet Souris
Bartenders:

[AJAX] Cross-browser quirks

 
Ranch Hand
Posts: 64
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Mike, Nathaniel,


Are you aware of any compatibility quirks and look-out-for's between the XmlHttpRequest implementations of IE, Firefox, Opera and Safari (other than the constructor)? Does your book cover this topic?
 
Sheriff
Posts: 67754
173
Mac Mac OS X IntelliJ IDE jQuery TypeScript Java iOS
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Except for Opera -- which I think has only added support recently -- I've tested my Ajax apps on all those browsers and aside from the IE-vs-others means of creating the object (ActiveX vs native object), I haven't really run into any major compatibility issues. Not that I've nessecarily plumbed the depths of all the capabilities -- but I have given it a pretty good shakedown.
 
author
Posts: 15385
6
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Browser Support for XMLHttpRequest:
IE 5.0, 5.5, 6.0
Netscape 6.x, 7.x
Mozilla 1.x
FireFox 1.x
Safari 1.x
Opera 8.01+

Eric
 
reply
    Bookmark Topic Watch Topic
  • New Topic