Home » Contact » Contactformulier
Contactformulier
Uw bericht...
Aglow -
info@aglow.nl Website-
webmaster@aglow.nl
new FormCheck('contactform');
function standw(e) {
//var s = e.onblur.match(/\.value=\'(.*?)\'/);
var s=e.onblur.toString(); s=s.match(/\.value = \"(.*?)\"/);
if (s && s[1]) s=s[1];
if (e.value!='' && e.value!=s) return true;
e.errors.push('Dit veld is verplicht!'); return false;
}