Ciao a tutti,
come faccio accedere ad un sottoelemento tramite l'attributo id?
ad esempio:
:master:codice:<element id="elemento"> <element /> <element /> <element /> <element id="sottoelemento" /> <element /> <element /> </element> .... document.getElementById("elemento").getElementById("sottoelemento") ? :confused: