0
Why innerHTML of null????
8 Réponses
+ 1
Use this:
window.onload = function() {
var a = document.getElementById("player")
}
function func() {
// You can use the 'a' variable here
}
+ 1
Thanks
0
It' s don't work
0
Назар Степанюк show your code
Using the window.onload syntax
0
Sorry but I'm stupid)When I use window.onload syntax it's output error
0
Назар Степанюк show your code pls
0
It's work?