Código Javascript
:
Ver originalfunction anyadetube(nombre,id){
tube[tubes]=[];
tube[tubes][0]=id;
tube[tubes][1]=nombre;
tube[tubes][2]=1;
var campoForm=document.createElement("input");
campoForm.setAttribute("value",nombre);
campoForm.setAttribute("type","text");
campoForm.setAttribute("size","30");
campoForm.setAttribute("name",tubes);
document.getElementById("divtube").appendChild(campoForm);
}
divtube es un div que he cargado mediante ajax