XMLHttpRequest Question:
Download Job Interview Questions and Answers PDF
What is open(arg, arg,arg,arg,arg) function?
Answer:
The open("method", "URL"[, asyncFlag[, "userName"[, "password"]]]) is used to assign the destination URL, method, and other optional attributes of a request.
Download XHR2 Interview Questions And Answers
PDF
Previous Question | Next Question |
What is getResponseHeader("headerLabel")? | What is send(content)? |