XMLHttpRequest Question:
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.
Previous Question | Next Question |
What is getResponseHeader("headerLabel")? | What is send(content)? |