XMLHttpRequest Question:
Download Questions 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 QuestionNext Question
What is getResponseHeader("headerLabel")?What is send(content)?