June 10, 2010

JavaScript Email Validation

A JavaScript function that tests if an email is valid.

August 5, 2009

AJAX form request using POST method

Here is a way you can call a server side script with AJAX, using POST method.