SQLAjax Sample Application #1: AJAX SMTP Mail Feedback Form
The form below is a simple example of the elegance and simplicity of an AJAX and
XML message-based architecture. Completing the form below and clicking the button
at the end will send an email containing your comments to a sales & support
person at SQLAjax.com. The destination email address is stored on the server, using
code similar to the following in a
.NET Generic Handler .ashx file. SQLAjax techniques like this can be applied
to other platforms as well, including Java and PHP.