I am looking for the most proper and efficient way to bind javascript events; particularly the onload event (I would like the event to occur after b
window.onload = function() { // ... };