XML DOM Question:
Download Job Interview Questions and Answers PDF
Define XMLHttpRequest Object?
Answer:
The XMLHttpRequest object is used to connect to the server through http. Scripts use it to do so programmatically.
The EventTarget interface needs to be implemented if an object implements the XMLHttpRequest interface. Also, an XMLHttpRequest() constructor needs to be provided by objects that implement the Window interface.
The EventTarget interface needs to be implemented if an object implements the XMLHttpRequest interface. Also, an XMLHttpRequest() constructor needs to be provided by objects that implement the Window interface.
Download XML DOM Interview Questions And Answers
PDF
Previous Question | Next Question |
What is CVS useful for? | Define HTML DOM? |