InterviewSolution
Saved Bookmarks
| 1. |
What is the purpose of XMLHttpRequest?(a) Multiple loading(b) Load content by loading new document(c) Load content without loading new document(d) Repetitive loadingI got this question in exam.Question is from HTML APIs in chapter Caching, Debugging and Animation of JavaScript |
|
Answer» Right OPTION is (c) LOAD content without loading new document |
|