XMLHttpRequest Question:
What is getResponseHeader("headerLabel")?
Answer:
The getResponseHeader("headerLabel") method is used to return the string value of a single header label.
Previous Question | Next Question |
Explain abort() Function? | What is open(arg, arg,arg,arg,arg) function? |