Is AJAX code cross browser compatible?
Created Dec 31, 2005
John Zukowski Not totally. Most browsers offer a native XMLHttpRequest JavaScript object, while another one (Internet Explorer) require you to get it as an ActiveX object. Once you have the object, you're out of the realm of browser differences.