questo è il tuo codice
codice:
car=new LoadVars();
car.onLoad=function(){
if(car.testo==undefined){testo.htmlText="Errore nel caricamento";}else{
testo.htmlText=car.testo;}
}
car.load("articolo.txt");
questa è l'aggiunta
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");