Drupal ajaxsubmit.module README.txt
==============================================================================

Makes designated forms submit and preview via Ajax.

To make a form submit and preview via AJAX, add the following to our form definition:

$form['#ajaxsubmit'] = TRUE;


Requirements
------------------------------------------------------------------------------
This module is written for Drupal 5.0 and requires the jstools.module to be
enabled.