Home
Ajax
Ajax Demos
About us
Contact Us
Ajax is the powerful technology in web 2.0 world now
Ajax is a way of developing Web applications that combines:
- XHTML and CSS standards based presentation
- Interaction with the page through the DOM
- Data interchange with XML and XSLT
- Asynchronous data retrieval with XMLHttpRequest
- JavaScript to tie it all together
With AJAX,Your JavaScript communicates directly with the server, through the JavaScript XMLHttpRequest object
With an HTTP request, a web page can make a request to, and get a response from a web server - without page refreshing.The above actions only happens the same page.That is just AJAX power!!