var node = document.getElementById('myspan'); var text = document.createTextNode(result); node.innerHTML = ''; node.appendChild(text);