probe con detalles2.text="" pero no funciona
Código PHP:
mostrarDetalle=function(exito){
if (exito){
if (this.output=="ok"){
detalles.htmlText="";
detalles.htmlText+="<b>Id: </b>"+this.id+"<br>";
detalles.htmlText+="<b>Producto: </b>"+this.producto +"<br>";
detalles.htmlText+="<b>Codigo : </b>"+this.codigo+"<br>";
detalles.htmlText+="<b>Sucursal 1: </b>"+this.suc1+ "<br>";
detalles.htmlText+="<b>Sucursal 2: </b> " +this.suc2+ "<br>";
detalles2.text+=this.producto ;
} else {
detalles.htmlText="Se produjo el siguiente error: <b>"+this.msg+"</b>";
}
} else {
detalles.htmlText="Error al cargar los datos del usuario";
}
}