if (sampleform.testo.value=="") and (sampleform.statopratica.value=="zz"){
alert("ATTENZIONE");
sampleform.testopubblicita.focus();
return false;
}


mi da errore

come posso correggerlo

grazie saluti