Quote:
Originally Posted by garg
As far as I know, AJAX stands for asynchronous javascript and XML. An example of this would be google maps or even this forums quick reply box. The only thing that it does is send data over from your computer to the server without refreshing the page. This can be awesome or horrible from a usability and user friendliness standpoint depending on how it is implemented.
|
So if a user had javascript disabled then a redirect using AJAX wouldn't work?