questo è il tuo codice
questa è l'aggiuntacodice:car=new LoadVars(); car.onLoad=function(){ if(car.testo==undefined){testo.htmlText="Errore nel caricamento";}else{ testo.htmlText=car.testo;} } car.load("articolo.txt");
codice:car2=new LoadVars(); car2.onLoad=function(){ if(car2.testo==undefined){altrotesto.htmlText="Errore nel caricamento";}else{ altrotesto.htmlText=car2.testo;} } car2.load("altroarticolo.txt");