Overview :
AJAX (Asynchronous JavaScript And XML) it also referred to as “remote scripting” and provides a method of programming that incorporates in JavaScript, XML, HTML, CSS technologies to send and receive data between the browser and server. Using it web applications can send data to, and retrieve data from, a server asynchronously without interfering with the display and behavior of the existing page.
Training Objectives of CCNA :
Ajax is not a single technology, but it is having group of technologies. Both HTML and CSS can be used in combination to mark up and style the information. DOM is accessed with JavaScript to dynamically display, and allow the user to interact with, the information presented. It uses a communication technology typically between SOAP and XML to send and receive an asynchronous request/response to the server, and then leverages presentation technologies (JavaScript, DOM, HTML, and CSS) to process the response.
Target Students / Prerequisites :
Student must have the knowledge in Technologies like JavaScript, HTML, CSS and XML.