Così come non riesco a comprendere nel codice:
<form name="controlla" onSubmit="
this.lastname.optional=true;
this.imail.optional=true;
this.imail.email=true;
this.zip.optional=true;
this.zip.numeric=true;
this.zip.min=23040;
this.zip.max=74320;
return verify(this);
">
-----------
Che senso ha impostare la proprietà optional a true