+ 4
please help. what is "window.onload"
example : window.onload = function()
3 Respostas
+ 7
Window.onload is something that is used to load javascript only after the html and css parts are fully loaded.
window.onload=function(){
//Your js
}
+ 5
alex tusinean thnk u so much
0
It is a function to test for when it is finished loading html