function onLoad() { document.documentElement.style.backgroundColor = "green"; } addEventListener("load", onLoad, false);