ajaxpopupform is a jquery based cool popup window which can be used as contact , feedback … forms on your websites . It’s easy to install and customize .It use ajax to check the email , null fields and use phpmailer to send email download there http:// www.brightyoursite.com/blog/2010/01/31/professional-ajaxpopform/
uh, is this script safe? $from = $_POST['email']; $msg=$_POST['message']; "<tr><td> comments </td><td>$msg</td></tr>". No sanitization at all? Really?
it have checked the email , for the message just have required check. but if u add others fields , u need add it by your requirments. its a send email script .