Qual'è la sintassi corretta per scrivere in un input 2 volte OnFocus?
Così mi restituisce errore e mi esegue solo il primo OnFocuscodice:<input name="a" type="text" id="a" size="16" onFocus="nextfield='b';" onfocus="this.style.backgroundColor='#FFCC33'" onblur="this.style.backgroundColor='#ffffff'" >