These examples use the prototype library.
View the HTML source to see my javascript functions.
Refer to the prototype API for examples and explanations of Ajax, etc.
Here we submit a form in an ajax way. The onsubmit is used to send the request and get the response and update the div. The return false in onsubmit is so the form doesn't actually submit the regular way.
In this case we will do an ajax request w/ onchange event.
This example demos adding and removing rows from a table. The server handler page is responsible to send back a properly formatted HTML row.
| Time |
|---|