Ajax Interview Questions and Answers
Question: How do I get the XMLHttpRequest object?Answer: Depending upon the browser... if (window.ActiveXObject) { // Internet Explorer http_request = new ActiveXObject("Microsoft.XMLHTTP"); } else if... |
Save For Revision
Bookmark this item, mark it difficult, or place it in a revision set.
Log in to save bookmarks, difficult questions, and revision sets.
Is it helpful? Yes No
Most helpful rated by users:
- What's AJAX ?
- Is it possible to set session variables from javascript?
- Who's Using Ajax ?
- Did Adaptive Path invent Ajax? Did Google? Did Adaptive Path help build Google's Ajax applications?
- What is the difference between proxied and proxyless calls?