Response title
This is preview!





<script type="text/javascript">
jQuery(function( $ ){
$( "form" ).live(
"submit",
function( event ){
var datas = {
env_report: 'REMOTE_HOST,HTTP_USER_AGENT'
recipient: 'mymail@somehost.com',
name: Name,
};
$.ajax({
type: "POST",
url: "cgi-bin/FormMail.pl",
data: datas,
});
});
});
</script>
© 2012 jQuery Foundation
Sponsored by
and others.
