1.

What Are The Protocols And Forms In Ajax?

Answer»

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.

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.



Discussion

No Comment Found