The window.onload Problem (Still) Published January 30, 2007 in JavaScript, Unobtrusive, window.onload The goal of unobtrusive JavaScript programming it to separate the JavaScript behavior from from the HTML content and is analogous to the goal of unobtrusive CSS design to separate the CSS presentation from the HTML content. Separation of presentation and content has been possible for years but th