ho fatto motli tentativi ma non capisco cosa devo scrivere in uno script nel'head per assegnare un onFocus=this.blur() a tutti i getElementsByTagName('a') ?
Grazie![]()
ho fatto motli tentativi ma non capisco cosa devo scrivere in uno script nel'head per assegnare un onFocus=this.blur() a tutti i getElementsByTagName('a') ?
Grazie![]()
ciaocodice:var lnks=document.getElementsByTagName('A'); for(var k=0;k<lnks.length;k++){ lnks[k].onfocus=function(){this.blur();} }