XMLHttpRequest Question:

What is open(arg, arg,arg,arg,arg) function?

XHR2 Interview Question
XHR2 Interview Question

Answer:

The open("method", "URL"[, asyncFlag[, "userName"[, "password"]]]) is used to assign the destination URL, method, and other optional attributes of a request.


Previous QuestionNext Question
What is getResponseHeader("headerLabel")?What is send(content)?