function funzione(){
if (this.value.length<60 && this.value.charAt(0)=='+')
this.className='sopramin';
else if (this.value.length<60)
this.className='ClasseBLU';"
else
this.className='sottomin';"
}
Che torna rosso sotto i 60 non lo fa gia?
function funzione(){
if (this.value.length<60 && this.value.charAt(0)=='+')
this.className='sopramin';
else if (this.value.length<60)
this.className='ClasseBLU';"
else
this.className='sottomin';"
}
Che torna rosso sotto i 60 non lo fa gia?