What is the disadvantage of AJAX?

What is the disadvantage of AJAX?

Data is stored at the client side so crucial and confidential data should not be stored to avoid any kind of security issues. For example it will be wrong to find password on client machine in html code.

What is the disadvantage of AJAX?

The disadvantages of AJAX are:

- Search engines would not be able to index an AJAX application.
- The server information can not be accessed within AJAX.
- AJAX is not well integrated with any browser.
- ActiveX requests are enabled only in IE 5 and IE6
- Data of all requests is URL-encoded, which increases the size of the request.
AJAX limitations: Explain limitations of Ajax
Back functionality cannot work because the dynamic pages don’t register themselves to the browsers history engine. Hence the need of Iframe becomes essential.
How is encoding handled in AJAX?
How is encoding handled in AJAX? - Using encodeActionURL() method to refresh the complete page
Why is AJAX a comfortable fit with JAVA?
Why is AJAX a comfortable fit with JAVA? - It is because java provides Java enterprise Edition servers for generation
Post your comment