Cosi:
codice:
if (theForm.citta.value == "")
  {
    alert("Inserisci la tua Città.");
    theForm.citta.style.background='#00ffff';
    theForm.citta.focus();
    return (false);
  }