Contact
Contact
Kevin Coluccio
Coluccio Law
Email: Kevin Coluccio
function focuson() { document.cfwc_contactform.number.focus() }
function check() { var str1 = document.getElementById("contact_email").value; var filter = /^(.+)@(.+).(.+)$/i if (!(filter.test(str1))) { alert("Incorrect email address!"); return false; } if (document.getElementById("recaptcha_response_field").value == "") { alert("Please enter captcha"); return false; } }