Hi there,

I currently have a problem with validating a form. The form is created by AJAX:


xmlhttp.onreadystatechange=function(){
if (xmlhttp.readyState==4 && xmlhttp.status==200){...