tengo este codigo para crear un DIV
Código HTML:
newItem = document.createElement("div") newItem.className=" act_"+level; newItem.appendChild(document.createTextNode(name.toLowerCase())) document.getElementById("ac_"+cms_locations[i]).appendChild(newItem)
connection closed.