Calling a Different Domain Safely – Getting Ajax Power – 30
www.ajaxtraining.blogspot.com – Calling a Different Domain Safely – Getting more Ajax Power
www.ajaxtraining.blogspot.com – Calling a Different Domain Safely – Getting more Ajax Power
(Find more about AJAX at ajaxtraining.blogspot.com )Getting instant login feedback.Another Internet task that can involve many annoying page refreshes is log- ging in to a site. If you type the wrong login name, for example, you get a new page explaining the problem, have to log in on another page, and so on. How about getting instant feedback on your login attempt, courtesy of Ajax? That’s possible, too.
Getting the Answer With Autocomplete.Find more about AJAX at ajaxtraining.blogspot.com
(Find more about AJAX at ajaxtraining.blogspot.com )Ajax is asynchronous in that extra data is requested from the server and loaded in the background without interfering with the display and behaviour of the existing page. JavaScript is the scripting language in which Ajax function calls are usually made. Data is retrieved using the XMLHttpRequest object that is available to scripting languages run in modern browsers. There is, however, no requirement that the asynchronous content is formatted in XML.