ciao a tutti.
Vorrei caricare un file HTML in un campo di testo dinamico 'reso come HTML'; multiriga e con <nome istanza> = testo
questo è il codice che ho usato ma non mi funziona...
cosa ho sbagliato?
grazie!
var c = new LoadVars();
c.load("prova.html");
function showValues() {
for (i in this) {
testo.htmlText += i;
}
}
c.onLoad = showValues;

Rispondi quotando