What will the XMLHttpRequest send Method hold? What and all it can contain?
A:
Google is your friend.
http://msdn.microsoft.com/en-us/library/ms763706(VS.85).aspx
http://www.w3.org/TR/XMLHttpRequest/#the-send-method
Short answer is: anything, but you might need to specify the content type in the headers.
Glenn
2009-09-30 09:07:31