Q:
Describe the situations in which AJAX should not be used.
Answer
You should not use AJAX if:
=> You want the page to show in a search engine, such as Google, because WebCrawler does not execute JavaScript code.
=> The browser does not support JavaScript.
=> You want to create a secure application.
View answer
Workspace
Report Error
Discuss