Put in practice
Simple examples, implemented using DynAjax
- File Viewer: Puts the content of a specified file into an HTML element. Working example and tutorial can be found here
- Voting form: When a user submits a vote, the form is instantly replaced by the actual voting results (instead of using popups, or reloading the whole page). Working example and tutorial can be found here
- Chatboard: A messagebox where the visitors or users can communicate with each other. Working example and tutorial can be found here
Advanced examples