Ma i tuoi campi di testo non devono avere il campo "Var" settato come p1, d1 e d2, bensì devono avere il nome di istanza (p1, d1 e d2)codice:myXML.onLoad = function(ok) { if (ok) { nodo = this.firstChild; nodi = nodo.childNodes; mister = nodi[0].childNodes; p1.html = true; p1.htmlText = nodi[1].firstChild.nodeValue; d1.html = true; d1.htmlText = nodi[2].firstChild.nodeValue; d2.html = true; d2.htmlText = nodi[3].firstChild.nodeValue; } }