Why not use window‘s own onload event ?
window.onload = function () {
alert("LOADED!");
}
If I’m not mistaken, that is compatible across all browsers.
Why not use window‘s own onload event ?
window.onload = function () {
alert("LOADED!");
}
If I’m not mistaken, that is compatible across all browsers.