Interview Questions

Is AJAX code cross browser compatible?

AJAX Questions and Answers


(Continued from previous question...)

Is AJAX code cross browser compatible?

Not totally. Most browsers offer a native XMLHttpRequest JavaScript object, while another one (Internet Explorer) require you to get it as an ActiveX object....

(Continued on next question...)

Other Interview Questions