Home » Unlabelled » What are the protocols and forms in Ajax? | Ajax Interview Questions
Thursday, 1 November 2012
What are the protocols and forms in Ajax? | Ajax Interview Questions
XMLHttpRequest, this protocol is meant for doing requests to a server. The client browser makes an object, the transfer of data happens in JSON or plain text. The JSON format can be parsed by java script and will be compatible with every browser.
No comments:
Post a Comment