function contr()
{
if ((document.form.field1.value == "" == true) ||
(document.form.field2.value == "" == true) ||
(document.form.field6.value == "" == true))
{
alert("non è stato compilato un campo obbligatorio");
return false;
}
}
