Answer Posted / v madhu babu
Following are the disadvantages of Ajax:
AJAX is dependent on Javascript. If there is some Javascript problem with the browser or in the OS, Ajax will not support
Ajax can be problematic in Search engines as it uses Javascript for most of its parts.
Source code written in AJAX is easily human readable. There will be some security issues in Ajax.
Debugging is difficult
Increases size of the requests
Slow and unreliable network connection.
Problem with browser back button when using AJAX enabled pages.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How do we get the xmlhttprequest object?
Can you list some examples of ajax-based applications?
What do I need to know to create my own ajax functionality?
is the xmlhttprequest object part of a w3c standard?
Describe the situations in which ajax should not be used? : asp.net ajax
How do I submit a form or a part of a form without a page refresh?
Differentiate between synchronous and asynchronous ajax requests.
How to handel error in ajax?
Which are the problems that can be fixed using ajax and what is the actual meaning of ajax?
What is ajax method?
What are the different ready states of a request in ajax?
Will html_ajax integrate with other javascript ajax libraries such as scriptaculous? How would this integration look like?
How was ajax killed?
What are the important methods of xmlhttprequest?
What is xmlhttprequest object in ajax? How can you xmlhttprequest object?