XMLHttpRequest Question:

What is send(content)?

Answer:

The send(content) method transmits the request, optionally with postable string or the data of DOM object.

Read All 28 XHR2 Questions
Previous QuestionNext Question
What is open(arg, arg,arg,arg,arg) function?How do we do asynchronous processing using Ajax?