[Home]
[Edit this page]
[Recent Changes]
[Special Pages]
[Help]
Ajax: Dynamic web
Ajax
What is Ajax?
Ajax means for Asynchronous JavaScript and Xml. The is a set of older feature, already existing in browser (Internet Explorer since version 4.0) used all together and so renamed. The Ajax requests load parts of page asynchronously, and thus without reloading anything else, while conventional synchronous protocol reload the whole page when a part is changed. This allows changes displayed instantanously!
How to put Ajax in my pages?
Using Ajax is mainly calling methods of the XmlHttpRequest class. This requires some wrapper. Example of such tools are provided in the resources below...
Links:
Using Ajax.
[Edit this page] [Page history] [What links here] [Discuss this topic] [Printer Friendly]
Ajax: Dynamic web
Ajax
What is Ajax?
Ajax means for Asynchronous JavaScript and Xml. The is a set of older feature, already existing in browser (Internet Explorer since version 4.0) used all together and so renamed. The Ajax requests load parts of page asynchronously, and thus without reloading anything else, while conventional synchronous protocol reload the whole page when a part is changed. This allows changes displayed instantanously!
How to put Ajax in my pages?
Using Ajax is mainly calling methods of the XmlHttpRequest class. This requires some wrapper. Example of such tools are provided in the resources below...
Links:
Using Ajax.
[Edit this page] [Page history] [What links here] [Discuss this topic] [Printer Friendly]
