como substituir o elemento div por outro em javascript
window.onload = function() {
document.getElementById("to_be_replaced").innerHTML = "<span> gdfg </span>";
}
Innocent Iguana