Im using a validator property..... <INPUT TYPE="TEXT" NAME="FIRSTNAME" validator="required" SIZE=20 > ... so I can loop through a form.elements array and identify which regular expression to validate the different input fields against. The whole thing works fine in IE5+, NS4+ just does not seen to recognise that the validator property exists. Is this true? Any other info?