0
Why document.getElementById("id").innerHTML = variable's_value don't work when I passing a string value in a <p> tag?
4 Respostas
+ 1
Or window.onload
0
Is there an error that the element is not found
0
The window.onload works. Thank you so much
- 1
If yes put a document.onload = function() {
// ...code
}
around