Submit forms without page refresh

This page demonstrates how to use Spry to submit a form without refreshing the current page.

It requires PHP scripting enabled on the server.

These are a few samples on how to change a default submit (that uses a page rountrip to server) to an ajax-enabled submit that doesn't refresh the page.


Here's a form with all types of fields:

TextField:
Password:
Hidden:
Textarea:
Simple select:
Multiple select:
Checkboxes: 1   2   3   4   5
Radio Buttons: 1   2   3   4   5
Button:

Here's the response from the server:

Notes: