esempio stupido

codice:
var elemento = elementi[i];
if(!trovato(vettore_id_esclusi, elemento.id) )
{
   if ((elemento.tipo)!='normale') && (elemento.tipo!='strong'))
   {
      elemento.disabled = true;
      elemento.readOnly = true;
      elemento.onclick = function(){return false;
   }
}