Which is more widely supported: window.onload or document.onload?
window.onload
document.onload
Window.onload is the standard, however - the web browser in the PS3 (based on Netfront) doesn't support the window object, so you can't use it there.