codice:
function controlla(modulo){with(modulo) {
  if(QUANTIB.value==""){ 
    alert("Inserisci dato") 
    return false  
  } 
  return true
}}