Where AJAX cannot be used?
Answer / v madhu babu
Users cannot use AJAX if
If Page need to show in a search engine
If browser does not support JavaScript
If user wants to create secure application
| Is This Answer Correct ? | 0 Yes | 0 No |
Don't be too quick to dump your plugin or applet based portions of your application. While ajax and dhtml can do drag and drop and other advanced user interfaces there still limitations especially when it comes to browser support. Plugins and applets have been around for a while and have been able to make ajax like requests for years. Applets provide a great set of ui components and apis that provide developers literally anything.
What are the common problems (errors) you get while implementing AJAX?
Can we nest the updatepanel controls? : asp.net ajax
What is the difference between proxied and proxyless calls in AJAX?
What technologies are being used in ajax? : asp.net ajax
How Ajax objects can be created?
Does java have support for comet style server-side push?
Do ajax applications always deliver a better experience than traditional web applications?
How to send an ajax request in javascript?
Why is ajax called ajax?
Are ajax applications easier to develop than traditional web applications?
When do I use a synchronous versus asynchronous request?