Basic AJAX Question:
Download Questions PDF

Is AJAX code cross browser compatible?

Answer:

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

Download AJAX Interview Questions And Answers PDF

Previous QuestionNext Question
Is Ajax a technology platform or is it an architectural style?Is Ajax just another name for XMLHttpRequest?